File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,12 @@ module Pwb
2929# created_at :datetime not null
3030# updated_at :datetime not null
3131# ai_generation_request_id :bigint
32- # postable_id :string
32+ # postable_id :uuid
3333# website_id :bigint not null
3434#
3535# Indexes
3636#
3737# index_pwb_social_media_posts_on_ai_generation_request_id (ai_generation_request_id)
38- # index_pwb_social_media_posts_on_postable (postable_type,postable_id)
3938# index_pwb_social_media_posts_on_postable_type_and_postable_id (postable_type,postable_id)
4039# index_pwb_social_media_posts_on_scheduled_at (scheduled_at)
4140# index_pwb_social_media_posts_on_status (status)
Original file line number Diff line number Diff line change 2323# created_at :datetime not null
2424# updated_at :datetime not null
2525# ai_generation_request_id :bigint
26- # postable_id :string
26+ # postable_id :uuid
2727# website_id :bigint not null
2828#
2929# Indexes
3030#
3131# index_pwb_social_media_posts_on_ai_generation_request_id (ai_generation_request_id)
32- # index_pwb_social_media_posts_on_postable (postable_type,postable_id)
3332# index_pwb_social_media_posts_on_postable_type_and_postable_id (postable_type,postable_id)
3433# index_pwb_social_media_posts_on_scheduled_at (scheduled_at)
3534# index_pwb_social_media_posts_on_status (status)
Original file line number Diff line number Diff line change 2323# created_at :datetime not null
2424# updated_at :datetime not null
2525# ai_generation_request_id :bigint
26- # postable_id :string
26+ # postable_id :uuid
2727# website_id :bigint not null
2828#
2929# Indexes
3030#
3131# index_pwb_social_media_posts_on_ai_generation_request_id (ai_generation_request_id)
32- # index_pwb_social_media_posts_on_postable (postable_type,postable_id)
3332# index_pwb_social_media_posts_on_postable_type_and_postable_id (postable_type,postable_id)
3433# index_pwb_social_media_posts_on_scheduled_at (scheduled_at)
3534# index_pwb_social_media_posts_on_status (status)
You can’t perform that action at this time.
0 commit comments