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 --- server/src/schema.rs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 server/src/schema.rs (limited to 'server/src/schema.rs') diff --git a/server/src/schema.rs b/server/src/schema.rs new file mode 100644 index 0000000..5d823c0 --- /dev/null +++ b/server/src/schema.rs @@ -0,0 +1,6 @@ +table! { + links (hash) { + hash -> Text, + url -> Text, + } +} \ No newline at end of file -- cgit 1.4.1