feat(server): cleanup legacy compatibility (#15239)

This commit is contained in:
DarkSky
2026-07-15 03:01:51 +08:00
committed by GitHub
parent 00d4ab10a1
commit e145d87d56
104 changed files with 3184 additions and 8883 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ examples:
$ seed User Create an User
$ seed User 3 Create 3 Users
$ seed User feature=pro_plan_v1 Create an User with Pro feature
$ seed TeamWorkspace id=xxx Seed a workspace with Team feature
$ seed User feature=administrator Create an administrator
$ seed TeamWorkspace id=xxx Seed a workspace with Team entitlement
$ seed Workspace id=xxx public=true Seed with boolean property
$ seed TeamWorkspace id=xxx quantity=10n Seed with numberic property, use \`={num}n\` suffix
`);