You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ALTERTABLE"auth_accounts" ADD CONSTRAINT"auth_accounts_user_id_auth_users_id_fk"FOREIGN KEY ("user_id") REFERENCES"public"."auth_users"("id") ON DELETE cascadeONUPDATE no action;--> statement-breakpoint
88
121
ALTERTABLE"auth_sessions" ADD CONSTRAINT"auth_sessions_user_id_auth_users_id_fk"FOREIGN KEY ("user_id") REFERENCES"public"."auth_users"("id") ON DELETE cascadeONUPDATE no action;--> statement-breakpoint
89
-
CREATEINDEX "telegram_id_idx" ON"tg_groups" USING btree ("telegram_id");--> statement-breakpoint
122
+
ALTERTABLE"tg_link" ADD CONSTRAINT"tg_link_user_id_auth_users_id_fk"FOREIGN KEY ("user_id") REFERENCES"public"."auth_users"("id") ON DELETE no action ONUPDATE no action;--> statement-breakpoint
123
+
CREATEINDEX "auditlog_adminid_idx" ON"tg_audit_log" USING btree ("admin_id");--> statement-breakpoint
90
124
CREATEINDEX "user_id_idx" ON"tg_group_admins" USING btree ("user_id");
0 commit comments