From 5b6ed8cfb245f7f9991f5fc192b8c9215f0ecdc1 Mon Sep 17 00:00:00 2001 From: Melonai Date: Wed, 13 Jan 2021 22:37:31 +0100 Subject: Created diesel migrations --- server/src/schema.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'server/src/schema.rs') diff --git a/server/src/schema.rs b/server/src/schema.rs index 5d823c0..3fa7ce9 100644 --- a/server/src/schema.rs +++ b/server/src/schema.rs @@ -1,6 +1,6 @@ table! { links (hash) { - hash -> Text, - url -> Text, + hash -> Bpchar, + url -> Varchar, } -} \ No newline at end of file +} -- cgit 1.4.1