diff options
Diffstat (limited to 'migrations/20210322015737_user_properties.sql')
| -rw-r--r-- | migrations/20210322015737_user_properties.sql | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/migrations/20210322015737_user_properties.sql b/migrations/20210322015737_user_properties.sql deleted file mode 100644 index a202ec1..0000000 --- a/migrations/20210322015737_user_properties.sql +++ /dev/null @@ -1,8 +0,0 @@ -CREATE TABLE "user_properties" ( - "user_name" TEXT NOT NULL, - "property_id" INTEGER NOT NULL, - "property_flags" INTEGER NOT NULL, - "property_access" INTEGER NOT NULL, - "property_string_value" TEXT, - "property_binary_value" TEXT -); |