mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-10 02:08:20 +00:00
d4adb0e6e5
setting every component to 1901 instead of just component 39 Add migration to fix it for existing users and set the values back to what they were
3 lines
273 B
SQL
3 lines
273 B
SQL
UPDATE ComponentsRegistry SET component_id = 12702 WHERE id = 12916 AND component_type = 2;
|
|
UPDATE ComponentsRegistry SET component_id = 6280 WHERE id = 12916 AND component_type = 3;
|
|
UPDATE ComponentsRegistry SET component_id = 1791 WHERE id = 12916 AND component_type = 7; |