Skip to content

Commit

Permalink
update sql error
Browse files Browse the repository at this point in the history
  • Loading branch information
princeqjzh authored Jun 19, 2018
1 parent 6efd6c7 commit 19563c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/sql/order.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CREATE DATABASE IF NOT EXISTS `order`
CREATE DATABASE IF NOT EXISTS `order`;
USE `order`;

DROP TABLE IF EXISTS `categories`;
Expand Down

0 comments on commit 19563c2

Please sign in to comment.