mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
8 lines
247 B
SQL
8 lines
247 B
SQL
/*
|
|
Warnings:
|
|
|
|
- A unique constraint covering the columns `[token]` on the table `session` will be added. If there are existing duplicate values, this will fail.
|
|
|
|
*/
|
|
-- CreateIndex
|
|
CREATE UNIQUE INDEX `session_token_key` ON `session`(`token`);
|