mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-30 13:26:27 +02:00
Fix des csrf
This commit is contained in:
parent
000ee8f2f2
commit
c80431e981
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