From fa1189658a911db852ba974a7382509fb4ffbb7c Mon Sep 17 00:00:00 2001 From: Melonai Date: Mon, 11 Jan 2021 11:38:26 +0100 Subject: Fully split client and server --- src/schema.rs | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/schema.rs (limited to 'src/schema.rs') diff --git a/src/schema.rs b/src/schema.rs deleted file mode 100644 index 5d823c0..0000000 --- a/src/schema.rs +++ /dev/null @@ -1,6 +0,0 @@ -table! { - links (hash) { - hash -> Text, - url -> Text, - } -} \ No newline at end of file -- cgit 1.4.1