about summary refs log tree commit diff
path: root/server/src/schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/schema.rs')
-rw-r--r--server/src/schema.rs6
1 files changed, 3 insertions, 3 deletions
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
+}