Add shops changeset
This commit is contained in:
6
src/main/resources/db/011-shop.sql
Normal file
6
src/main/resources/db/011-shop.sql
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
CREATE TABLE lb_shops
|
||||||
|
(
|
||||||
|
shopid INT UNSIGNED NOT NULL AUTO_INCREMENT,
|
||||||
|
npcid INT NOT NULL DEFAULT '0',
|
||||||
|
PRIMARY KEY (shopid)
|
||||||
|
);
|
||||||
@@ -45,4 +45,8 @@
|
|||||||
<sqlFile path="db/010-storage.sql"/>
|
<sqlFile path="db/010-storage.sql"/>
|
||||||
</changeSet>
|
</changeSet>
|
||||||
|
|
||||||
|
<changeSet id="11" author="Ponk">
|
||||||
|
<sqlFile path="db/011-shop.sql"/>
|
||||||
|
</changeSet>
|
||||||
|
|
||||||
</databaseChangeLog>
|
</databaseChangeLog>
|
||||||
Reference in New Issue
Block a user