Files
coder/coderd/database/migrations/000097_license_not_null_uuid.down.sql
Steven Masley 733f58c76d chore: Force license uuids to not be null (#6012)
* 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
2023-02-13 18:21:58 -06:00

2 lines
59 B
SQL

ALTER TABLE ONLY licenses ALTER COLUMN uuid DROP NOT NULL;