Treker/uhabits-core/assets/main/migrations/24.sql
2026-04-06 10:56:08 -05:00

2 lines
99 B
SQL

alter table habits add column uuid text;
update habits set uuid = lower(hex(randomblob(16) || id));