From 97bfc3f6012027077077ea4a6b5f2f709c76158e Mon Sep 17 00:00:00 2001 From: hellekin Date: Fri, 22 Jan 2021 10:35:07 +0100 Subject: Add markers and popups - Replace MakiMarkers with ExtraMarkers and ForkAwesome - Add HTML popup binding --- db/migrate/20210122050635_add_section_icon.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 db/migrate/20210122050635_add_section_icon.rb (limited to 'db/migrate') diff --git a/db/migrate/20210122050635_add_section_icon.rb b/db/migrate/20210122050635_add_section_icon.rb new file mode 100644 index 0000000..a89c201 --- /dev/null +++ b/db/migrate/20210122050635_add_section_icon.rb @@ -0,0 +1,5 @@ +class AddSectionIcon < ActiveRecord::Migration[6.1] + def change + add_column :sections, :icon_name, :string, limit: 32, default: 'fa-neuter' + end +end -- cgit v1.2.3