You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My database is already 8MB, created yesterday and with only a few modifications along the way ( <1000 blurbs with devise, active_admin). I do have several locales. Did I mess up in some way here? What size should the DB actually be?
Thank you so much.
select count(*) from localizations;
24072
select count(*) from versions;
27565
select count(*) from locales;
24
The text was updated successfully, but these errors were encountered:
My database is already 8MB, created yesterday and with only a few modifications along the way ( <1000 blurbs with devise, active_admin). I do have several locales. Did I mess up in some way here? What size should the DB actually be?
Thank you so much.
select count(*) from localizations;
24072
select count(*) from versions;
27565
select count(*) from locales;
24
The text was updated successfully, but these errors were encountered: