diff --git a/backend/src/main/resources/db/migration/V4__user_key.sql b/backend/src/main/resources/db/migration/V4__user_key.sql index a85604a3d1..ebd0719715 100644 --- a/backend/src/main/resources/db/migration/V4__user_key.sql +++ b/backend/src/main/resources/db/migration/V4__user_key.sql @@ -12,9 +12,8 @@ CREATE TABLE `user_key` ( ENGINE = InnoDB DEFAULT CHARSET = utf8mb4; - alter table user add source varchar(50) null; update user set source = 'LOCAL' where source is null; - alter table user add last_project_id varchar(50) null; +