@varaos/db 1.1.8 → 1.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varaos/db",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "private": false,
5
5
  "main": "index.js",
6
6
  "files": [
@@ -0,0 +1,2 @@
1
+ -- AlterEnum
2
+ ALTER TYPE "public"."Status" ADD VALUE 'disconnected';
@@ -29,6 +29,7 @@ enum Status {
29
29
  pending_review // Awaiting manual or automated approval
30
30
  deprecated // Old but still accessible for legacy users
31
31
  archived // Hidden from new users, preserved for history
32
+ disconnected
32
33
  }
33
34
 
34
35
  enum Plan {