Drop unused body columns
This commit is contained in:
Vendored
+9
-19
@@ -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 %>
|
||||
|
||||
Vendored
+2
-5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user