mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-23 20:24:34 +02:00
Send version and try to be reverse compatible
This commit is contained in:
parent
acf25e8ad7
commit
bd7e96b8af
3 changed files with 96 additions and 1 deletions
|
@ -148,6 +148,7 @@ export const newts = sqliteTable("newt", {
|
|||
newtId: text("id").primaryKey(),
|
||||
secretHash: text("secretHash").notNull(),
|
||||
dateCreated: text("dateCreated").notNull(),
|
||||
version: text("version"),
|
||||
siteId: integer("siteId").references(() => sites.siteId, {
|
||||
onDelete: "cascade"
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue