Skip to content

Commit

Permalink
Fix Create Novel_Chapter name UNIQUE SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
DennySORA committed Feb 19, 2020
1 parent 996bef2 commit 9d3dfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/database/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func createSQLite() (*sql.DB, error) {
Novel_ID INTEGER NOT NULL,
Episode INTEGER NOT NULL,
Chapter INTEGER NOT NULL,
Name TEXT NOT NULL UNIQUE
Name TEXT NOT NULL
);
`,
Expand Down

0 comments on commit 9d3dfb8

Please sign in to comment.