Droping items table.
This commit is contained in:
parent
36c578dc8c
commit
ac3b137e53
@ -57,7 +57,7 @@ steps:
|
||||
- cd /home/ubuntu/courses-jar
|
||||
- mv target/* ./
|
||||
- sudo chown ubuntu:ubuntu ./*
|
||||
- sudo mv ./liste-de-courses-1.4-SNAPSHOT-jar-with-dependencies.jar /usr/local/bin/ #todo change file to variable
|
||||
- sudo mv -f ./liste-de-courses-1.4-SNAPSHOT-jar-with-dependencies.jar /usr/local/bin/ #todo change file to variable
|
||||
- cd /usr/local/bin/
|
||||
- sudo rm ldc.jar
|
||||
- sudo ln -s liste-de-courses-1.4-SNAPSHOT-jar-with-dependencies.jar ldc.jar #todo change file to variable
|
||||
|
@ -36,7 +36,7 @@ fun main() {
|
||||
transaction {
|
||||
addLogger(StdOutSqlLogger)
|
||||
SchemaUtils.create (Lists)
|
||||
SchemaUtils.create (Items)
|
||||
SchemaUtils.drop (Items)
|
||||
SchemaUtils.create (ItemsV2)
|
||||
SchemaUtils.create (Keys)
|
||||
SchemaUtils.create (Migrations)
|
||||
|
Loading…
Reference in New Issue
Block a user