Skip to content

Commit eb7cd8a

Browse files
committed
Add id column as primary key for unique_id_users
This is required for Elide to use this as a entity and get access to the timestamps.
1 parent babeafb commit eb7cd8a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
alter table unique_id_users
2+
drop primary key;
3+
4+
alter table unique_id_users
5+
add id int auto_increment first primary key;

0 commit comments

Comments
 (0)