diff options
| author | Fuwn <[email protected]> | 2021-03-22 21:53:31 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-22 21:53:31 -0700 |
| commit | 746da3e167572109d28aa5b0b28f0a752bfb6f96 (patch) | |
| tree | fcbc76910fc4b2e8b23931234034a45cfcc0daa0 /migrations | |
| parent | format: Fix spacing (diff) | |
| download | whirl-746da3e167572109d28aa5b0b28f0a752bfb6f96.tar.xz whirl-746da3e167572109d28aa5b0b28f0a752bfb6f96.zip | |
fix: Spelling
Diffstat (limited to 'migrations')
| -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, |