4fcf2c9616
Tables and indexes per spec §5. session_vector_at_play ships nullable so M3 doesn't need a follow-up migration. Table is named play_sessions to avoid collision with the existing sessions (HTTP auth) table from migration 0004.
4 lines
104 B
SQL
4 lines
104 B
SQL
DROP TABLE IF EXISTS skip_events;
|
|
DROP TABLE IF EXISTS play_events;
|
|
DROP TABLE IF EXISTS play_sessions;
|