Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paranoia
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paranoia
Commits
411c4419
Commit
411c4419
authored
Apr 18, 2013
by
Ryan Bigg
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #51 from maurogeorge/readme-migration
More info about imgration on readme
parents
fe6e37e5
f878014d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
README.md
+10
-6
No files found.
README.md
View file @
411c4419
...
...
@@ -22,15 +22,19 @@ Updating is as simple as `bundle update paranoia`.
#### Run your migrations for the desired models
Run:
```
shell
rails generate migration AddDeletedAtToClients deleted_at:datetime
```
and now you have a migration
```
ruby
class
AddDeletedAtToClient
<
ActiveRecord
::
Migration
def
self
.
up
class
AddDeletedAtToClient
s
<
ActiveRecord
::
Migration
def
change
add_column
:clients
,
:deleted_at
,
:datetime
end
def
self
.
down
remove_column
:clients
,
:deleted_at
end
end
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment