forked from Cavemanon/cavepaintings
remove redundant install step
This commit is contained in:
@ -214,7 +214,6 @@ function create_tables(Database $db)
|
||||
);
|
||||
}
|
||||
|
||||
$db->begin_transaction();
|
||||
$db->create_table("aliases", "
|
||||
oldtag VARCHAR(128) NOT NULL,
|
||||
newtag VARCHAR(128) NOT NULL,
|
||||
|
Reference in New Issue
Block a user