Drop unused body columns

This commit is contained in:
Jeffrey Hardy
2024-09-19 10:11:30 -04:00
parent b53054bdb0
commit 8a0a541d5c
6 changed files with 23 additions and 28 deletions
+9 -19
View File
@@ -1,25 +1,15 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
body: ""
creator: jz
logo_one:
bubble: logo
created_at: <%= 3.seconds.from_now %>
two:
body: ""
creator: jz
bubble: layout
created_at: <%= 3.seconds.from_now %>
three:
body: ""
logo_two:
bubble: logo
creator: jz
logo_three:
bubble: logo
creator: kevin
bubble: logo
created_at: <%= 3.seconds.from_now %>
four:
body: ""
layout_one:
bubble: layout
creator: jz
bubble: logo
created_at: <%= 3.seconds.from_now %>
+2 -5
View File
@@ -2,20 +2,17 @@ logo:
project: writebook
creator: david
title: The logo isn't big enough
body: Make the logo bigger.
color: '#ED8008'
color: "#ED8008"
due_on: <%= 3.days.from_now %>
layout:
project: writebook
creator: david
title: Layout is broken
body: The page scrolls horizontally on mobile devices.
color: '#698F9C'
color: "#698F9C"
text:
project: writebook
creator: kevin
title: The text is too small
body: Increase the font size.
color: "#3B4B59"