Skip to content

Commit 3dd7e17

Browse files
committed
app
1 parent 01354f1 commit 3dd7e17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/meta/db-meta-schema/deploy/schemas/collections_public/tables/table

packages/meta/db-meta-schema/deploy/schemas/collections_public/tables/table/table.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
BEGIN;
77

8-
CREATE TYPE collections_public.table_category AS ENUM ('system', 'module', 'user');
8+
CREATE TYPE collections_public.table_category AS ENUM ('core', 'module', 'app');
99

1010
CREATE TABLE collections_public.table (
1111
id uuid PRIMARY KEY DEFAULT uuid_generate_v4 (),
@@ -20,7 +20,7 @@ CREATE TABLE collections_public.table (
2020

2121
smart_tags jsonb,
2222

23-
category collections_public.table_category NOT NULL DEFAULT 'user',
23+
category collections_public.table_category NOT NULL DEFAULT 'app',
2424
module text NULL,
2525
scope int NULL,
2626

0 commit comments

Comments
 (0)