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
Test that running migrations adds valid timestamps
This adds a test case which checks that the __diesel_schema_migrations table
is initially empty, and that after running a migration, the table is non-empty
and the timestamp in the "run_on" has a valid value which can be compared to
an older timestamp.
0 commit comments