Skip to content

Commit

Permalink
Merge pull request #17 from Code-the-Dream-School/HER-16-Migration-dr…
Browse files Browse the repository at this point in the history
…op-name-column-from-Users

HER 16: Migration -- remove name column from users table
  • Loading branch information
trca831 authored Dec 5, 2024
2 parents dfbe015 + d2f4022 commit 456aafe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
7 changes: 1 addition & 6 deletions config/credentials.yml.enc
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
# aws:
# access_key_id: 123
# secret_access_key: 345

# Used as the base secret for all MessageVerifiers in Rails, including the one protecting cookies.
secret_key_base: 3373452bfea693dbb70c378706f87e31819a445d845d7d967477c389936eb07769620b88e80092374c89cd3290685710f876f469f58afe49b1ff54f983a4b070
ESCVf8zXQyPqZFB5il4rUzeZ1sh/MRK9qqF+am7OCTyof67Yl9a1srT2a3nIibhVm4rd2VFEcYYMF3NjEWTqTSkL4QOyG7LruUJTGeoGFXOKjq7Jt5Sy0IfJJpCFYdUPdDfdj6uQ0eGa0b6uvN0leG5u8nCY3SJrOtRjb6BGZxzpXyY0jOZw6X/bBZ5XKCI9M5R5AkBFRjNon1ADJiJ//a2WF3M81HA9xRueox08jqWViP9TwqmbsRw3zQ8NkgjIq9h9Qkk0Ysi5q2SQD7nOLwKDgExR00FP5nYMPCPhdlsGZs9bmTjQIQRKtsyw6qg+Sj1IZZyJHSFKhHovYx/o1UTcxBf3pU1pXOQK1qOIlLTlAJNo7SMO9SdN/ByV14TilPIYiLMHG5RMWNqRFlGMY1xUmQ2o--5R2uur4GHA/tmBsG--BbLAw+261PEX8H6iwLRQ4g==
5 changes: 5 additions & 0 deletions db/migrate/20241124035858_remove_name_from_users.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class RemoveNameFromUsers < ActiveRecord::Migration[7.2]
def change
remove_column :users, :name, :string
end
end
3 changes: 1 addition & 2 deletions db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 456aafe

Please sign in to comment.