mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-04 02:34:11 +02:00
more strict types
This commit is contained in:
parent
dc0f3e9f0f
commit
3b5d3f2efc
13 changed files with 223 additions and 115 deletions
|
|
@ -1,4 +1,4 @@
|
|||
CREATE TABLE matches
|
||||
CREATE TABLE IF NOT EXISTS matches
|
||||
(
|
||||
id INTEGER NOT NULL,
|
||||
team_home INTEGER NOT NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue