Skip to content

Commit

Permalink
Update the SQL files
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Jun 29, 2015
1 parent 2fd88bf commit fac1351
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions awa/db/mysql/create-awa-mysql.sql
Expand Up @@ -782,6 +782,8 @@ CREATE TABLE awa_wiki_space (
`is_public` TINYINT NOT NULL,
/* */
`version` INTEGER NOT NULL,
/* the wiki creation date. */
`create_date` DATETIME NOT NULL,
/* */
`workspace_id` BIGINT NOT NULL,
PRIMARY KEY (`id`)
Expand Down
2 changes: 2 additions & 0 deletions awa/db/sqlite/create-awa-sqlite.sql
Expand Up @@ -716,6 +716,8 @@ CREATE TABLE awa_wiki_space (
`is_public` TINYINT NOT NULL,
/* */
`version` INTEGER NOT NULL,
/* the wiki creation date. */
`create_date` DATETIME NOT NULL,
/* */
`workspace_id` BIGINT NOT NULL
);
Expand Down

0 comments on commit fac1351

Please sign in to comment.