Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HER 16: Migration -- remove name column from users table #17

Merged
merged 2 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading