remove old apps

This commit is contained in:
2026-01-26 03:01:29 +08:00
parent a9d725eb29
commit 4bc58460b4
15 changed files with 152 additions and 1155 deletions

View File

@@ -253,7 +253,6 @@ export const kvContainer = pgTable("kv_container", {
createdAt: timestamp({ withTimezone: true, mode: 'string' }).notNull(),
updatedAt: timestamp({ withTimezone: true, mode: 'string' }).notNull(),
uid: uuid(),
publish: json().default({}),
tags: json().default([]),
deletedAt: timestamp({ withTimezone: true, mode: 'string' }),
hash: text().default(''),