This website requires JavaScript.
Explore
Help
Sign In
filipizydorczyk
/
backend
Watch
1
Star
0
Fork
0
You've already forked backend
Code
Issues
Pull Requests
Releases
Wiki
Activity
ffc4f4709b
backend
/
init.sql
2 lines
67 B
MySQL
Raw
Normal View
History
Unescape
Escape
Database timezone fixed
2020-12-11 16:18:43 +01:00
CREATE
DATABASE
IF
NOT
EXISTS
test
;
SET
GLOBAL
time_zone
=
'
+1:00
'
;
Reference in New Issue
Copy Permalink