Commit Graph

10 Commits

Author SHA1 Message Date
Tau
6ab2112ea9 Stop using SQL namespaces ("schemas")
This is in preparation for a transition to SQLite. SQLite does have
a similar concept called "attached databases", but it's kind of a
pain to deal with if you're casually browsing a database from the
`sqlite3` CLI so we'll just use some slightly uglier explicitly
namespaced table name identifiers instead.
2019-11-06 17:28:30 -05:00
Tau
a5256c97d3 Fix SQL column capitalization 2019-11-06 17:28:30 -05:00
Tau
d1c3051a5e idz: Add initial team tables 2019-11-06 17:28:30 -05:00
Tau
c2b0bcabc4 idz: Remove profile ext id
Turns out (while researching team creation) the profile ext id
is just the aime id. After creating a team a profile discovery
request is immediately issued with the "profile id" in the field
that holds the aime id during initial profile load.
2019-11-06 17:28:30 -05:00
Tau
f08c47306d wip fix settings pack width 2019-11-06 17:28:30 -05:00
Tau
d0671f84d9 wip sql syntax error 2019-11-06 17:28:30 -05:00
Tau
e18c2d44c5 wip augment TA stored data 2019-11-06 17:28:30 -05:00
Tau
1a5290a461 wip fixes 2019-11-06 17:28:30 -05:00
Tau
968e98fbb4 fixup sql 2019-11-06 17:28:30 -05:00
Tau
f3256df06d Add initial IDZero SQL schema 2019-11-06 17:28:30 -05:00