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
I don't see a reason of why series_sales.date should have DATETIME type. We don't need the time here, so I assume that we can narrow type to DATE. Of course we should check that existing data will be migrated properly.
I don't see a reason of why
series_sales.date
should haveDATETIME
type. We don't need the time here, so I assume that we can narrow type toDATE
. Of course we should check that existing data will be migrated properly.Related to #198
The text was updated successfully, but these errors were encountered: