Add default values for file store columns
The lfs_objects, ci_job_artifacts, and uploads table does not have a default value for the file store columns. To avoid the madness of three-state booleans where it can be true, false, or NULL we are setting a default value for these records.
显示
- db/migrate/20200429181335_add_default_value_for_file_store_to_lfs_objects.rb 19 个添加, 0 个删除...181335_add_default_value_for_file_store_to_lfs_objects.rb
- db/migrate/20200429181955_add_default_value_for_file_store_to_ci_job_artifacts.rb 19 个添加, 0 个删除...5_add_default_value_for_file_store_to_ci_job_artifacts.rb
- db/migrate/20200429182245_add_default_value_for_store_to_uploads.rb 19 个添加, 0 个删除.../20200429182245_add_default_value_for_store_to_uploads.rb
- db/structure.sql 6 个添加, 3 个删除db/structure.sql
加载中
想要评论请 注册 或 登录