Skip to content

Commit

Permalink
Merge pull request #77 from rwth-acis/master
Browse files Browse the repository at this point in the history
get release up to date with master
  • Loading branch information
Aran30 authored Sep 6, 2021
2 parents 3165475 + d27e3ab commit e6cdc2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SBF.sql
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ CREATE TABLE IF NOT EXISTS `attributes` (
-- ----------------------------
-- Table structure for users
-- ----------------------------

CREATE TABLE IF NOT EXISTS `users` (
`id` int(12) NOT NULL AUTO_INCREMENT,
`email` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
Expand All @@ -44,7 +43,6 @@ CREATE TABLE IF NOT EXISTS `users` (
-- ----------------------------
-- Table structure for models
-- ----------------------------
=======
CREATE TABLE IF NOT EXISTS `models` (
`name` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
`model` MEDIUMBLOB NULL DEFAULT NULL,
Expand Down

0 comments on commit e6cdc2d

Please sign in to comment.