mirror of
https://github.com/lus/pasty.git
synced 2023-08-10 21:13:09 +03:00
implement SQLite storage driver
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
begin;
|
||||
|
||||
create table if not exists "pastes" (
|
||||
create table "pastes" (
|
||||
"id" text not null,
|
||||
"content" text not null,
|
||||
"deletionToken" text not null,
|
||||
|
||||
Reference in New Issue
Block a user