Skip to content

Commit f7d3061

Browse files
committed
next fixes
1 parent 6a959d6 commit f7d3061

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
-- It's not possible to drop enum values from enum types, so the UP has "IF NOT EXISTS"
2-
3-
ALTER TABLE users ALTER COLUMN status SET DEFAULT 'active'::user_status;

docs/cli/users.md

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli/users_mark-as-dormant.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@
858858
},
859859
{
860860
"title": "users mark-as-dormant",
861-
"description": "Update a user's status to 'dormant'.",
861+
"description": "Update a user's status to 'dormant'. Dormant users are not counted in the license plan",
862862
"path": "cli/users_mark-as-dormant.md"
863863
},
864864
{

0 commit comments

Comments
 (0)