focalboard/server/services/store/sqlstore/migrations/000008_teams.down.sql

9 lines
173 B
MySQL
Raw Normal View History

2021-04-17 09:06:57 +02:00
ALTER TABLE {{.prefix}}blocks
2021-03-26 19:01:54 +01:00
DROP COLUMN workspace_id;
2021-04-17 09:06:57 +02:00
ALTER TABLE {{.prefix}}sharing
2021-03-26 19:01:54 +01:00
DROP COLUMN workspace_id;
2021-04-17 09:06:57 +02:00
ALTER TABLE {{.prefix}}sessions
2021-03-26 19:01:54 +01:00
DROP COLUMN auth_service;