Skip to content

Commit

Permalink
fix: empty sql path
Browse files Browse the repository at this point in the history
  • Loading branch information
jniles committed Apr 17, 2018
1 parent 66e4b11 commit 63e4c74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ correct SQL_MODE is set._
The database structure is contained in the `server/models/*.sql` files. You can
execute these one by one in the order below, or simply run `yarn build:db`.
1. `server/models/schema.sql`
2. `server/models/.sql`
3. `server/models/triggers.sql`
4. `server/models/functions.sql`
5. `server/models/procedures.sql`
Expand Down

0 comments on commit 63e4c74

Please sign in to comment.