mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-07 19:55:46 -05:00
Remove old script
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
/* eslint-disable no-console */
|
||||
import "dotenv/config";
|
||||
import { sql } from "~/db/sql";
|
||||
|
||||
sql.prepare(
|
||||
`update "User" set "customUrl" = NULL where "customUrl" like '%/%'`
|
||||
);
|
||||
|
||||
console.log("Done");
|
||||
Reference in New Issue
Block a user