fixed tag category coloring, fixed tag category expiration when updating, work on migration
This commit is contained in:
@@ -9,6 +9,7 @@ class CreateArtistVersions < ActiveRecord::Migration
|
||||
t.column :other_names, :text
|
||||
t.column :group_name, :string
|
||||
t.column :url_string, :text
|
||||
t.column :is_banned, :boolean, :null => false, :default => false
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user