Improve bootstrap 4 support
This commit is contained in:
parent
7bbee83934
commit
384fc20ae8
17 changed files with 181 additions and 139 deletions
|
|
@ -49,7 +49,7 @@ func DBCreate() error {
|
|||
CREATE TABLE IF NOT EXISTS events(
|
||||
id_event INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT,
|
||||
txt VARCHAR(255) NOT NULL UNIQUE,
|
||||
kind ENUM('alert-default', 'alert-primary', 'alert-info', 'alert-warning', 'alert-danger', 'alert-success') NOT NULL,
|
||||
kind ENUM('alert-primary', 'alert-secondary', 'alert-success', 'alert-danger', 'alert-warning', 'alert-info', 'alert-light', 'alert-dark') NOT NULL,
|
||||
time TIMESTAMP NOT NULL
|
||||
);
|
||||
`); err != nil {
|
||||
|
|
|
|||
Reference in a new issue