mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Fix des csrf
This commit is contained in:
parent
0f47389ae1
commit
2890e45003
32 changed files with 666 additions and 282 deletions
|
@ -100,7 +100,7 @@ CREATE TABLE events
|
|||
(
|
||||
id INT NOT NULL AUTO_INCREMENT,
|
||||
type VARCHAR(25) NOT NULL,
|
||||
at DATETIME NOT NULL,
|
||||
at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
text VARCHAR(255) NOT NULL,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue