Skip to content
代码片段 群组 项目
提交 1ad1abf8 编辑于 作者: janis's avatar janis 提交者: Janis Altherr
浏览文件

Ignore deprecated columns for PagesMetadatum


Signed-off-by: default avatarjanis <jaltherr@gitlab.com>
上级 b4f9ce58
No related branches found
No related tags found
无相关合并请求
...@@ -5,6 +5,9 @@ class ProjectPagesMetadatum < ApplicationRecord ...@@ -5,6 +5,9 @@ class ProjectPagesMetadatum < ApplicationRecord
include EachBatch include EachBatch
ignore_column :pages_deployment_id, remove_with: '17.11', remove_after: '2025-03-21'
ignore_column :deployed, remove_with: '17.11', remove_after: '2025-03-21'
self.primary_key = :project_id self.primary_key = :project_id
belongs_to :project, inverse_of: :pages_metadatum belongs_to :project, inverse_of: :pages_metadatum
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册