Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
b7d041c6
Commit
b7d041c6
authored
Jun 09, 2015
by
Rodrigo Argumedo
Browse files
Add rdrs method to reset the database(s)
parent
4224c2a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/rails/rails.plugin.zsh
View file @
b7d041c6
...
...
@@ -50,6 +50,7 @@ alias rdr='rake db:rollback'
alias
rdc
=
'rake db:create'
alias
rds
=
'rake db:seed'
alias
rdd
=
'rake db:drop'
alias
rdrs
=
'rake db:reset'
alias
rdtc
=
'rake db:test:clone'
alias
rdtp
=
'rake db:test:prepare'
alias
rdmtc
=
'rake db:migrate db:test:clone'
...
...
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