diff options
| -rw-r--r-- | migrations/20210322015737_user_properties.sql | 2 |
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, |