This commit is contained in:
albert
2010-10-08 18:42:26 -04:00
parent 6bc469b05d
commit f051e04550
88 changed files with 2865 additions and 699 deletions

View File

@@ -4,6 +4,7 @@ class CreateArtists < ActiveRecord::Migration
t.column :name, :string, :null => false
t.column :creator_id, :integer, :null => false
t.column :is_active, :boolean, :null => false, :default => true
t.column :is_banned, :boolean, :null => false, :default => false
t.column :other_names, :text
t.column :other_names_index, "tsvector"
t.column :group_name, :string