diff options
| author | Melonai <einebeere@gmail.com> | 2021-01-11 11:38:26 +0100 |
|---|---|---|
| committer | Melonai <einebeere@gmail.com> | 2021-01-11 11:38:26 +0100 |
| commit | fa1189658a911db852ba974a7382509fb4ffbb7c (patch) | |
| tree | 5637553e1909f863ef6cf78c86116abb218d0fa5 /src/schema.rs | |
| parent | 5539abe770da491087afcd7dd1ccba1bf8f60631 (diff) | |
| download | shorest-fa1189658a911db852ba974a7382509fb4ffbb7c.tar.zst shorest-fa1189658a911db852ba974a7382509fb4ffbb7c.zip | |
Fully split client and server
Diffstat (limited to 'src/schema.rs')
| -rw-r--r-- | src/schema.rs | 6 |
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 |
