Skip to content

Commit

Permalink
naive
Browse files Browse the repository at this point in the history
  • Loading branch information
theSteveMitchell committed Nov 27, 2024
1 parent 0a5d8e9 commit c159948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/install/templates/migration.txt.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class CreateTaskRecords < ActiveRecord::Migration[<%=rails_version_for_migration%>]
def change
create_table :<%= table_name %>, :id => false do |t|
create_table :<%= table_name %> do |t|
t.string :version, :null => false
end
end
Expand Down

0 comments on commit c159948

Please sign in to comment.