This website requires JavaScript.
Explore
Help
Sign In
Michal
/
UptimeFlare
mirror of
https://github.com/lyc8503/UptimeFlare.git
Watch
1
Star
0
Fork
You've already forked UptimeFlare
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3de3640d17
UptimeFlare
/
init.sql
4 lines
101 B
SQL
Raw
Blame
History
CREATE
TABLE
IF
NOT
EXISTS
uptimeflare
(
key
VARCHAR
(
255
)
PRIMARY
KEY
,
value
BLOB
NOT
NULL
)
;
Reference in New Issue
View Git Blame
Copy Permalink