Skip to content

Commit

Permalink
Revert "Missing layout_type column in create-schema.sql"
Browse files Browse the repository at this point in the history
This reverts commit 36958e9.
  • Loading branch information
effgarces committed Oct 28, 2021
1 parent 36958e9 commit 3641531
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion database_schema/create-schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ DROP TABLE IF EXISTS `layouts`;
CREATE TABLE `layouts` (
`layout_id` mediumint(8) unsigned NOT NULL auto_increment,
`timezone` varchar(50) NOT NULL,
`layout_type` TINYINT UNSIGNED NOT NULL DEFAULT 0,
PRIMARY KEY (`layout_id`)
) ENGINE=InnoDB DEFAULT CHARACTER SET utf8;

Expand Down

0 comments on commit 3641531

Please sign in to comment.