fix(be): set backup id column as primary key

This commit is contained in:
quantumsheep 2022-05-20 18:40:57 +02:00
parent 5761b4e15e
commit d60323ea26
No known key found for this signature in database
GPG Key ID: D3CA3911FBA1E8BF

View File

@ -5,7 +5,7 @@ alter table `task`
create table `project__template_backup_385025846` (
id int,
id int primary key,
removed boolean default false
);