Remove team's initial_name, replaced by their ID
This commit is contained in:
parent
191c89f7ad
commit
e083da2f72
9 changed files with 26 additions and 65 deletions
|
|
@ -76,7 +76,6 @@ CREATE TABLE IF NOT EXISTS themes(
|
|||
if _, err := db.Exec(`
|
||||
CREATE TABLE IF NOT EXISTS teams(
|
||||
id_team INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT,
|
||||
initial_name VARCHAR(255) NOT NULL UNIQUE,
|
||||
name VARCHAR(255) NOT NULL,
|
||||
color INTEGER NOT NULL
|
||||
) DEFAULT CHARACTER SET = utf8 COLLATE = utf8_bin;
|
||||
|
|
|
|||
Reference in a new issue