Skip to content

Commit

Permalink
db/schema.rb: Commit with underscores in date
Browse files Browse the repository at this point in the history
The date gets underscores added automatically
when running migrations on the database.

Committing with the underscores so the change isn't flagged by git
when no code has been changed.
  • Loading branch information
DeeDeeG committed Dec 24, 2019
1 parent da6e0e2 commit 297980c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 20180613231032) do
ActiveRecord::Schema.define(version: 2018_06_13_231032) do

# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
Expand Down

0 comments on commit 297980c

Please sign in to comment.