mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[mod] add a file with manuals migrations in it
This commit is contained in:
parent
8597ba0069
commit
a61a41c1b7
1 changed files with 4 additions and 0 deletions
4
migrates
Normal file
4
migrates
Normal file
|
@ -0,0 +1,4 @@
|
|||
ALTER TABLE {tableName} ADD COLUMN COLNew {type};
|
||||
|
||||
ALTER TABLE Repo ADD COLUMN state string;
|
||||
ALTER TABLE Repo ADD COLUMN random_job_day int;
|
Loading…
Add table
Reference in a new issue