feat(core): session warping (#25768)
This commit is contained in:
parent
84afd2bef8
commit
22a4a9df8b
25 changed files with 4029 additions and 1092 deletions
|
|
@ -3,6 +3,7 @@ import { sqliteTable, text, integer } from "drizzle-orm/sqlite-core"
|
|||
export const EventSequenceTable = sqliteTable("event_sequence", {
|
||||
aggregate_id: text().notNull().primaryKey(),
|
||||
seq: integer().notNull(),
|
||||
owner_id: text(),
|
||||
})
|
||||
|
||||
export const EventTable = sqliteTable("event", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue