mirror of
https://github.com/sphildreth/roadie
synced 2024-11-10 06:44:12 +00:00
2 lines
No EOL
155 B
SQL
2 lines
No EOL
155 B
SQL
-- Add new table to existing user table if not already added for < 1.0.0.5
|
|
ALTER TABLE `user` ADD COLUMN IF NOT EXISTS `lastFMSessionKey` varchar(50) NULL; |