Files
coder/coderd/database/migrations/000080_license_ids.up.sql
Kyle Carberry fb9ca7b830 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.
2022-11-16 17:09:49 -06:00

2 lines
43 B
SQL

ALTER TABLE licenses ADD COLUMN uuid uuid;