Change db.changelog-1.4.xml
(cherry picked from commit 21e4b71) (cherry picked from commit c5c6e3c)
This commit is contained in:
parent
eb721f7ca9
commit
6941c4130b
1 changed files with 2 additions and 2 deletions
|
|
@ -60,8 +60,8 @@
|
|||
initiallyDeferred="false"
|
||||
tableName="limits"/>
|
||||
<sql>
|
||||
INSERT INTO limits VALUES(1, 'users', 5);
|
||||
INSERT INTO limits VALUES(2, 'workers+machines', 10);
|
||||
INSERT INTO limits VALUES(1, 'users', 0);
|
||||
INSERT INTO limits VALUES(2, 'workers+machines', 0);
|
||||
</sql>
|
||||
</changeSet>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue