From 746da3e167572109d28aa5b0b28f0a752bfb6f96 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 22 Mar 2021 21:53:31 -0700 Subject: fix: Spelling --- migrations/20210322015737_user_properties.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'migrations') 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, -- cgit v1.2.3