Upstream sync
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
class AddMarkersToCastingSubmissions < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :casting_submissions, :time_elapsed_1, :integer
|
||||
add_column :casting_submissions, :time_elapsed_2, :integer
|
||||
add_column :casting_submissions, :time_elapsed_3, :integer
|
||||
add_column :casting_submissions, :time_elapsed_4, :integer
|
||||
add_column :casting_submissions, :time_elapsed_5, :integer
|
||||
add_column :casting_submissions, :time_elapsed_6, :integer
|
||||
add_column :casting_submissions, :time_elapsed_7, :integer
|
||||
add_column :casting_submissions, :time_elapsed_8, :integer
|
||||
add_column :casting_submissions, :time_elapsed_9, :integer
|
||||
add_column :casting_submissions, :time_elapsed_10, :integer
|
||||
add_column :casting_submissions, :time_elapsed_11, :integer
|
||||
add_column :casting_submissions, :time_elapsed_12, :integer
|
||||
add_column :casting_submissions, :time_elapsed_13, :integer
|
||||
add_column :casting_submissions, :time_elapsed_14, :integer
|
||||
add_column :casting_submissions, :time_elapsed_15, :integer
|
||||
|
||||
add_column :casting_submissions, :note_1, :text
|
||||
add_column :casting_submissions, :note_2, :text
|
||||
add_column :casting_submissions, :note_3, :text
|
||||
add_column :casting_submissions, :note_4, :text
|
||||
add_column :casting_submissions, :note_5, :text
|
||||
add_column :casting_submissions, :note_6, :text
|
||||
add_column :casting_submissions, :note_7, :text
|
||||
add_column :casting_submissions, :note_8, :text
|
||||
add_column :casting_submissions, :note_9, :text
|
||||
add_column :casting_submissions, :note_10, :text
|
||||
add_column :casting_submissions, :note_11, :text
|
||||
add_column :casting_submissions, :note_12, :text
|
||||
add_column :casting_submissions, :note_13, :text
|
||||
add_column :casting_submissions, :note_14, :text
|
||||
add_column :casting_submissions, :note_15, :text
|
||||
end
|
||||
end
|
||||
@@ -622,7 +622,37 @@ CREATE TABLE public.casting_submissions (
|
||||
created_at timestamp(6) without time zone NOT NULL,
|
||||
updated_at timestamp(6) without time zone NOT NULL,
|
||||
token character varying,
|
||||
interviewed_at timestamp without time zone
|
||||
interviewed_at timestamp without time zone,
|
||||
time_elapsed_1 integer,
|
||||
time_elapsed_2 integer,
|
||||
time_elapsed_3 integer,
|
||||
time_elapsed_4 integer,
|
||||
time_elapsed_5 integer,
|
||||
time_elapsed_6 integer,
|
||||
time_elapsed_7 integer,
|
||||
time_elapsed_8 integer,
|
||||
time_elapsed_9 integer,
|
||||
time_elapsed_10 integer,
|
||||
time_elapsed_11 integer,
|
||||
time_elapsed_12 integer,
|
||||
time_elapsed_13 integer,
|
||||
time_elapsed_14 integer,
|
||||
time_elapsed_15 integer,
|
||||
note_1 text,
|
||||
note_2 text,
|
||||
note_3 text,
|
||||
note_4 text,
|
||||
note_5 text,
|
||||
note_6 text,
|
||||
note_7 text,
|
||||
note_8 text,
|
||||
note_9 text,
|
||||
note_10 text,
|
||||
note_11 text,
|
||||
note_12 text,
|
||||
note_13 text,
|
||||
note_14 text,
|
||||
note_15 text
|
||||
);
|
||||
|
||||
|
||||
@@ -4078,6 +4108,7 @@ INSERT INTO "schema_migrations" (version) VALUES
|
||||
('20200706193123'),
|
||||
('20200706230803'),
|
||||
('20200707070522'),
|
||||
('20200714175331');
|
||||
('20200714175331'),
|
||||
('20200722193459');
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user