about summary refs log tree commit diff
path: root/src/schema.rs
diff options
context:
space:
mode:
authorMelonai <einebeere@gmail.com>2021-01-11 11:38:26 +0100
committerMelonai <einebeere@gmail.com>2021-01-11 11:38:26 +0100
commitfa1189658a911db852ba974a7382509fb4ffbb7c (patch)
tree5637553e1909f863ef6cf78c86116abb218d0fa5 /src/schema.rs
parent5539abe770da491087afcd7dd1ccba1bf8f60631 (diff)
downloadshorest-fa1189658a911db852ba974a7382509fb4ffbb7c.tar.zst
shorest-fa1189658a911db852ba974a7382509fb4ffbb7c.zip
Fully split client and server
Diffstat (limited to 'src/schema.rs')
-rw-r--r--src/schema.rs6
1 files changed, 0 insertions, 6 deletions
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