You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-boardvoting/internal/migrations/2022052201_add_sessions_tab...

3 lines
106 B
SQL

-- drop sessions table for server side session storage
DROP INDEX session_expiry_idx;
DROP TABLE sessions;