Module: Code0
- Defined in:
- lib/code0/zero_track/database/schema_cleaner.rb,
lib/code0/zero_track.rb,
lib/code0/zero_track/context.rb,
lib/code0/zero_track/memoize.rb,
lib/code0/zero_track/railtie.rb,
lib/code0/zero_track/version.rb,
lib/code0/zero_track/loggable.rb,
lib/code0/zero_track/database/migration.rb,
lib/code0/zero_track/logs/json_formatter.rb,
lib/code0/zero_track/database/column_methods.rb,
lib/code0/zero_track/database/schema_migrations.rb,
lib/code0/zero_track/database/schema_migrations/context.rb,
lib/code0/zero_track/injectors/active_record_timestamps.rb,
lib/code0/zero_track/database/schema_migrations/migrations.rb,
lib/code0/zero_track/database/migration_helpers/index_helpers.rb,
lib/code0/zero_track/injectors/active_record_schema_migrations.rb,
lib/code0/zero_track/database/migration_helpers/constraint_helpers.rb,
lib/code0/zero_track/database/migration_helpers/table_enhancements.rb,
lib/code0/zero_track/database/migration_helpers/add_column_enhancements.rb,
lib/code0/zero_track/database/postgresql_adapter/dump_schema_versions_mixin.rb,
lib/code0/zero_track/database/postgresql_database_tasks/load_schema_versions_mixin.rb
Overview
Heavily inspired by the implementation of GitLab (gitlab.com/gitlab-org/gitlab/-/blob/7983d2a2203aff265fae479d7c1b7066858d1265/lib/gitlab/database/postgresql_database_tasks/load_schema_versions_mixin.rb) which is licensed under a modified version of the MIT license which can be found at gitlab.com/gitlab-org/gitlab/-/blob/7983d2a2203aff265fae479d7c1b7066858d1265/LICENSE
The code might have been modified to accommodate for the needs of this project
Defined Under Namespace
Modules: ZeroTrack