This website requires JavaScript.
Explore
Help
Sign in
ensl
/
ensl.org
Watch
0
Star
0
Fork
You've already forked ensl.org
0
mirror of
https://github.com/ENSL/ensl.org.git
synced
2025-01-16 06:40:37 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
6bcfffa1ee
ensl.org
/
db
/
migrate
/
20150701233306_remove_tweets.rb
9 lines
109 B
Ruby
Raw
Normal View
History
Unescape
Escape
Major update, bugfixes - Use ruby 2.7.7 as it fixed startup issues - Update gems - Remove depr. from puma startup - Make entry.sh dir-agnostic Fix tests: - Use apparition - Update migrations to use new syntax - Some other minor changes
2023-02-19 15:08:46 +00:00
class
RemoveTweets
<
ActiveRecord
::
Migration
[
4
.
2
]
Remove tweets, continued
2015-07-01 23:34:58 +00:00
def
up
drop_table
:tweets
end
def
down
end
end
Reference in a new issue
Copy permalink