mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-09 13:28:39 +00:00
Fix migration file formatting
This commit is contained in:
parent
e0d14232d8
commit
6b0f16c747
6 changed files with 5 additions and 4 deletions
|
@ -19,3 +19,4 @@ alter table Locations
|
||||||
modify Id int auto_increment;
|
modify Id int auto_increment;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -34,3 +34,4 @@ alter table Slots
|
||||||
|
|
||||||
alter table Slots
|
alter table Slots
|
||||||
modify CreatorId int not null after LocationId;
|
modify CreatorId int not null after LocationId;
|
||||||
|
|
||||||
|
|
|
@ -18,4 +18,3 @@ alter table Comments
|
||||||
|
|
||||||
alter table Comments
|
alter table Comments
|
||||||
modify CommentId int auto_increment;
|
modify CommentId int auto_increment;
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
ALTER TABLE Users ADD COLUMN PlanetHash text not null
|
ALTER TABLE Users ADD COLUMN PlanetHash text not null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue