mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
733f58c76d
* chore: Force license uuids to not be null * All unit tests generate uuids for licenses * Update migration files to new numbers * Put migration in transaction
2 lines
59 B
SQL
2 lines
59 B
SQL
ALTER TABLE ONLY licenses ALTER COLUMN uuid DROP NOT NULL;
|