aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--migrations/20210322015737_user_properties.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/migrations/20210322015737_user_properties.sql b/migrations/20210322015737_user_properties.sql
index 13a1e2e..a202ec1 100644
--- a/migrations/20210322015737_user_properties.sql
+++ b/migrations/20210322015737_user_properties.sql
@@ -1,4 +1,4 @@
-CREATE TABLE "user_propertyies" (
+CREATE TABLE "user_properties" (
"user_name" TEXT NOT NULL,
"property_id" INTEGER NOT NULL,
"property_flags" INTEGER NOT NULL,