1
0
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:
Lukas Schulte Pelkum
2023-06-13 01:22:05 +02:00
parent 6260f20fc4
commit b9a6a81821
17 changed files with 265 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
begin;
alter table if exists "pastes" drop column "metadata";
alter table "pastes" drop column "metadata";
commit;