chore: scripts/大收尸——178个影子副本/零引用工具归档至archive/20260722-scripts-cleanup(红线#6/#8,git mv保历史)

This commit is contained in:
hmo
2026-07-22 08:38:19 +08:00
parent 375f6d469a
commit 55077395f9
176 changed files with 0 additions and 0 deletions
@@ -0,0 +1,7 @@
import sqlite3
c = sqlite3.connect('/home/hmo/MoFin/data/mofin.db')
sql = c.execute("SELECT sql FROM sqlite_master WHERE name='price_events'").fetchone()[0]
print(sql)
print()
for r in c.execute("PRAGMA foreign_key_list(price_events)"):
print(r)