mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-23 23:02:17 +10:00
refactor(stylesheet): move Semantic CSS to the browser (#3329)
This commit is contained in:
@@ -19,8 +19,6 @@ export const resume = pg.pgTable(
|
||||
isPublic: pg.boolean("is_public").notNull().default(false),
|
||||
isLocked: pg.boolean("is_locked").notNull().default(false),
|
||||
password: pg.text("password"),
|
||||
stylesheetRevision: pg.integer("stylesheet_revision").notNull().default(0),
|
||||
renderDataVersion: pg.integer("render_data_version").notNull().default(0),
|
||||
data: pg
|
||||
.jsonb("data")
|
||||
.notNull()
|
||||
|
||||
Reference in New Issue
Block a user