mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: Add the option to generate a trial license during setup (#5110)
This allows users to generate a 30 day free license during setup to test out Enterprise features.
This commit is contained in:
1
coderd/database/migrations/000080_license_ids.down.sql
Normal file
1
coderd/database/migrations/000080_license_ids.down.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE licenses DROP COLUMN uuid;
|
1
coderd/database/migrations/000080_license_ids.up.sql
Normal file
1
coderd/database/migrations/000080_license_ids.up.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE licenses ADD COLUMN uuid uuid;
|
Reference in New Issue
Block a user