mirror of
https://github.com/doolijb/serene-pub.git
synced 2026-08-12 02:13:28 +00:00
4 lines
No EOL
420 B
SQL
4 lines
No EOL
420 B
SQL
ALTER TABLE "chat_messages" ALTER COLUMN "role" SET NOT NULL;--> statement-breakpoint
|
|
CREATE INDEX "binding_merge_logs_lorebook_id_idx" ON "binding_merge_logs" USING btree ("lorebook_id");--> statement-breakpoint
|
|
CREATE INDEX "scenes_history_entry_id_idx" ON "scenes" USING btree ("history_entry_id");--> statement-breakpoint
|
|
CREATE UNIQUE INDEX "user_settings_user_id_unique" ON "user_settings" USING btree ("user_id"); |