Mineplex/Mineplex.Database/029-kitprogression.sql
Daniel Waggner fc179e824b Database go brrrrrrr
No idea why, but the database deleted all of the information...  These files are also logged in the Discord Changelog channel and are uploaded to mediafire... Nevertheless, here they are anyhow (plus a bunch of empty tables that I'm too lazy to take out of this commit)
2021-05-28 22:22:21 -07:00

10 lines
189 B
SQL

create or replace table kitprogression
(
uuid varchar(36) default '1' not null,
kitId varchar(64) default '1' not null,
xp int null,
upgrade_level int null,
`default` tinyint null
);