Skip to content
Snippets Groups Projects
Commit 22a7c1f1 authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Remove diff.sql

parent 4d765f48
No related branches found
No related tags found
No related merge requests found
CREATE TABLE sql_queries (
id INTEGER PRIMARY KEY NOT NULL,
name TEXT NOT NULL UNIQUE,
query TEXT DEFAULT "" NOT NULL
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment