mirror of
https://github.com/sphildreth/roadie
synced 2024-11-22 20:23:16 +00:00
96c2853d51
This reverts commit 461719f826
.
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; |