feat(db): remove shortHash from version
This commit is contained in:
parent
72082a51d1
commit
d542cd14da
@ -56,7 +56,6 @@ export const changelog_version = pgTable('changelog_version', {
|
||||
version: varchar('version', { length: 32 }).notNull(),
|
||||
markdown: text('markdown').notNull(),
|
||||
status: changelog_version_status('status').default('draft').notNull(),
|
||||
shortHash: varchar('shortHash', { length: 8 }).notNull(),
|
||||
})
|
||||
|
||||
export const changelog_commit = pgTable(
|
||||
|
Loading…
Reference in New Issue
Block a user