mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
limit 1 to stop unsafe update error
This commit is contained in:
@@ -2,9 +2,9 @@ Any time you make a change to the schema files, remember to increment the databa
|
|||||||
|
|
||||||
The latest database version is 3.1; The query to update the schema revision table is:
|
The latest database version is 3.1; The query to update the schema revision table is:
|
||||||
|
|
||||||
UPDATE `schema_revision` SET major = 3, minor = 1;
|
UPDATE `schema_revision` SET major = 3, minor = 1 LIMIT 1;
|
||||||
or
|
or
|
||||||
UPDATE `SS13_schema_revision` SET major = 3, minor = 1;
|
UPDATE `SS13_schema_revision` SET major = 3, minor = 1 LIMIT 1;
|
||||||
|
|
||||||
----------------------------------------------------
|
----------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user