summaryrefslogtreecommitdiff
path: root/schema/migrations/0011.sql
blob: 4b0ca61ae9d46da389ae84aac49325f223367443 (plain)
1
2
3
4
5
6
ALTER TABLE users
DROP COLUMN flightaware_username,
DROP COLUMN flightaware_apikey;

ALTER TABLE users
ADD COLUMN `channels` TEXT AFTER syndication_targets;