refactor(datamart): added public access
This commit is contained in:
@@ -17,6 +17,7 @@ export const datamart = pgTable("datamart", {
|
||||
version: integer("version").default(1).notNull(),
|
||||
active: boolean("active").default(true),
|
||||
options: text("options").default(""),
|
||||
public: boolean("public_access").default(false),
|
||||
add_date: timestamp("add_date").defaultNow(),
|
||||
add_user: text("add_user").default("lst-system"),
|
||||
upd_date: timestamp("upd_date").defaultNow(),
|
||||
|
||||
Reference in New Issue
Block a user