-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from Code-the-Dream-School/HER-16-Migration-dr…
…op-name-column-from-Users HER 16: Migration -- remove name column from users table
- Loading branch information
Showing
3 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.