mirror of
https://github.com/13hannes11/ics-proxy.git
synced 2024-09-06 08:01:41 +02:00
add creation of entries in the database
This commit is contained in:
1
db/create_db.sh
Executable file
1
db/create_db.sh
Executable file
@@ -0,0 +1 @@
|
||||
sqlite3 db.db < create_db.sql
|
||||
4
db/create_db.sql
Normal file
4
db/create_db.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE IF NOT EXISTS LINKS(
|
||||
UUID TEXT NOT NULL PRIMARY KEY,
|
||||
DESTINATION TEXT NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user