aboutsummaryrefslogtreecommitdiff
path: root/migrations
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-03-22 21:53:31 -0700
committerFuwn <[email protected]>2021-03-22 21:53:31 -0700
commit746da3e167572109d28aa5b0b28f0a752bfb6f96 (patch)
treefcbc76910fc4b2e8b23931234034a45cfcc0daa0 /migrations
parentformat: Fix spacing (diff)
downloadwhirl-746da3e167572109d28aa5b0b28f0a752bfb6f96.tar.xz
whirl-746da3e167572109d28aa5b0b28f0a752bfb6f96.zip
fix: Spelling
Diffstat (limited to 'migrations')
-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,