mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
3 lines
142 B
SQL
3 lines
142 B
SQL
# Rename role column to user_roles_id
|
|
|
|
ALTER TABLE users CHANGE role user_roles_id INT(11) NOT NULL DEFAULT '1' COMMENT 'FK to user_roles.id'; |