Add curv to backend schema

This commit is contained in:
Kurt Hutten
2021-11-30 08:01:24 +11:00
parent ca22ec28fc
commit e8ae6193e4
6 changed files with 16 additions and 9 deletions

View File

@@ -0,0 +1,2 @@
-- AlterEnum
ALTER TYPE "CadPackage" ADD VALUE 'curv';

View File

@@ -38,7 +38,7 @@ enum CadPackage {
openscad
cadquery
jscad
// curv // TODO uncomment when ready for users to save curv projects
curv
}
model Project {