Skip to content

Commit 17756c8

Browse files
committed
Revert removal of longitude column
1 parent 235a49a commit 17756c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/db/migrate/20170817154145_create_positions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ def change
44
t.string :postal_code, null: false
55
t.string :location_name, null: false
66
t.decimal :latitude, {precision: 10, scale: 7}
7-
# t.decimal :longitude, {precision: 10, scale: 7}
7+
t.decimal :longitude, {precision: 10, scale: 7}
88
end
99
end
1010
end

0 commit comments

Comments
 (0)