mirror of
https://github.com/atom/atom.git
synced 2026-02-12 23:55:10 -05:00
25 lines
734 B
Plaintext
25 lines
734 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>beforeRunningCommand</key>
|
|
<string>nop</string>
|
|
<key>command</key>
|
|
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
|
|
"${TM_RUBY:=ruby}" -- "${TM_BUNDLE_SUPPORT}/bin/rake_helper.rb" db:migrate:redo
|
|
</string>
|
|
<key>input</key>
|
|
<string>none</string>
|
|
<key>keyEquivalent</key>
|
|
<string>^|</string>
|
|
<key>name</key>
|
|
<string>Redo Last Migration</string>
|
|
<key>output</key>
|
|
<string>showAsHTML</string>
|
|
<key>scope</key>
|
|
<string>source.ruby.rails, source.yaml</string>
|
|
<key>uuid</key>
|
|
<string>CFDA9F62-D071-4E0F-AD10-66AE0729FFCF</string>
|
|
</dict>
|
|
</plist>
|