Add support to choose the sheet within google spreadsheets
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddGoogleSpreadsheetSheetToForms < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :forms, :google_spreadsheet_sheet, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user