mirror of
https://github.com/sphildreth/roadie
synced 2025-02-16 13:08:25 +00:00
2 lines
No EOL
141 B
SQL
2 lines
No EOL
141 B
SQL
-- Add new table to existing user table if not already added
|
|
ALTER TABLE `user` ADD COLUMN IF NOT EXISTS `lastFMSessionKey` varchar(50) NULL; |