mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-20 10:04:57 -05:00
Remove unneeded script
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
/* eslint-disable no-console */
|
||||
import "dotenv/config";
|
||||
import { sql } from "~/db/sql";
|
||||
|
||||
sql.prepare(`delete from "AllTeam" where "customUrl" = ''`).run();
|
||||
|
||||
console.log(`Done deleting empty team`);
|
||||
Reference in New Issue
Block a user