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
Let's add created_at/created_by fields to the series_sales table. It could be useful for auditing. These fields should be NOT NULL and for existing values on production we should use id of the first user with ADMIN role.
Let's add
created_at
/created_by
fields to theseries_sales
table. It could be useful for auditing. These fields should beNOT NULL
and for existing values on production we should use id of the first user withADMIN
role.Related to #198
The text was updated successfully, but these errors were encountered: