From 944471a7fbf5bb75df6f4cada26ee5155a6178f1 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 24 Feb 2020 13:30:23 +0100 Subject: [PATCH] fixed prod schema --- src/main/resources/schema-prod.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/schema-prod.sql b/src/main/resources/schema-prod.sql index 7e9135d8..98a49181 100644 --- a/src/main/resources/schema-prod.sql +++ b/src/main/resources/schema-prod.sql @@ -338,7 +338,6 @@ CREATE TABLE IF NOT EXISTS `user` ( `id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, `institution_id` BIGINT UNSIGNED NOT NULL, `creation_date` DATETIME NOT NULL, - `creation_time` DATETIME NOT NULL, `name` VARCHAR(255) NOT NULL, `surname` VARCHAR(255) NULL, `username` VARCHAR(255) NOT NULL,