Skip to content

Commit 881ccb1

Browse files
authored
Merge pull request #1420 from Oneirocom/benbot/add-chat-history
removed dropping the uuid extension
2 parents d4b2ced + 94dad9b commit 881ccb1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/server/migrations/20231204164839_createMessageHistoryTable.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ export async function up(knex: Knex): Promise<void> {
1717

1818
export async function down(knex: Knex): Promise<void> {
1919
await knex.schema.dropTable('chatMessages')
20-
await knex.schema.raw('DROP EXTENSION IF EXISTS "uuid-ossp"')
2120
}

0 commit comments

Comments
 (0)