pocolifo / noter-backend

0 stars 0 forks source link

Change User ID Schema #19

Closed deanOcoin closed 11 months ago

deanOcoin commented 12 months ago

Primary key shouldn't be incrementing integer, should be UUID type of the current UUID string.

User.id (String) -> User.id (UUID, primary_key=True)