diff options
| author | Fuwn <[email protected]> | 2021-03-22 21:53:31 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-22 21:53:31 +0000 |
| commit | 4387ee231f6f967969ff61b9f2d6d1c6b7dd5e1f (patch) | |
| tree | 6513e47598c9471d4deb0169a2a4d1b8679e0794 | |
| parent | format: Fix spacing (diff) | |
| download | whirl-4387ee231f6f967969ff61b9f2d6d1c6b7dd5e1f.tar.xz whirl-4387ee231f6f967969ff61b9f2d6d1c6b7dd5e1f.zip | |
fix: Spelling
| -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, |