1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-02-01 19:14:35 +02:00

9 lines
173 B
MySQL
Raw Normal View History

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