summaryrefslogtreecommitdiffstats
path: root/sql/_source/deploy/4/001-auto-__VERSION.yml
diff options
context:
space:
mode:
authorLibravatarJanik Kleinhoff <ilbelkyr@shalture.org>2017-05-08 02:59:19 +0000
committerLibravatarJanik Kleinhoff <ilbelkyr@shalture.org>2017-05-08 02:59:19 +0000
commit9fa591cb0696bfc8f8af284bac9c4cd312fe293e (patch)
treea1d898498b8d58de68be2343ad953415544f73e0 /sql/_source/deploy/4/001-auto-__VERSION.yml
parentf91039f7bee00876022107e015c07879e15638d4 (diff)
Revert "Move users to DB"
This reverts commit 7342c7f0e19e15ab3c7ba2133a56393c15989f08. Turns out there are still issues after all.
Diffstat (limited to 'sql/_source/deploy/4/001-auto-__VERSION.yml')
-rw-r--r--sql/_source/deploy/4/001-auto-__VERSION.yml91
1 files changed, 0 insertions, 91 deletions
diff --git a/sql/_source/deploy/4/001-auto-__VERSION.yml b/sql/_source/deploy/4/001-auto-__VERSION.yml
deleted file mode 100644
index 907f443..0000000
--- a/sql/_source/deploy/4/001-auto-__VERSION.yml
+++ /dev/null
@@ -1,91 +0,0 @@
----
-schema:
- procedures: {}
- tables:
- dbix_class_deploymenthandler_versions:
- constraints:
- - deferrable: 1
- expression: ''
- fields:
- - id
- match_type: ''
- name: ''
- on_delete: ''
- on_update: ''
- options: []
- reference_fields: []
- reference_table: ''
- type: PRIMARY KEY
- - deferrable: 1
- expression: ''
- fields:
- - version
- match_type: ''
- name: dbix_class_deploymenthandler_versions_version
- on_delete: ''
- on_update: ''
- options: []
- reference_fields: []
- reference_table: ''
- type: UNIQUE
- fields:
- ddl:
- data_type: text
- default_value: ~
- is_nullable: 1
- is_primary_key: 0
- is_unique: 0
- name: ddl
- order: 3
- size:
- - 0
- id:
- data_type: int
- default_value: ~
- is_auto_increment: 1
- is_nullable: 0
- is_primary_key: 1
- is_unique: 0
- name: id
- order: 1
- size:
- - 0
- upgrade_sql:
- data_type: text
- default_value: ~
- is_nullable: 1
- is_primary_key: 0
- is_unique: 0
- name: upgrade_sql
- order: 4
- size:
- - 0
- version:
- data_type: varchar
- default_value: ~
- is_nullable: 0
- is_primary_key: 0
- is_unique: 1
- name: version
- order: 2
- size:
- - 50
- indices: []
- name: dbix_class_deploymenthandler_versions
- options: []
- order: 1
- triggers: {}
- views: {}
-translator:
- add_drop_table: 0
- filename: ~
- no_comments: 0
- parser_args:
- sources:
- - __VERSION
- parser_type: SQL::Translator::Parser::DBIx::Class
- producer_args: {}
- producer_type: SQL::Translator::Producer::YAML
- show_warnings: 0
- trace: 0
- version: 0.11021