This website requires JavaScript.
Explore
Help
Sign in
scinote-eln
/
scinote-web
Watch
1
Star
1
Fork
You've already forked scinote-web
0
mirror of
https://github.com/scinote-eln/scinote-web.git
synced
2024-11-12 20:24:43 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
aa5431b153
scinote-web
/
db
/
migrate
/
20170330092353_remove_logs_table.rb
6 lines
97 B
Ruby
Raw
Normal View
History
Unescape
Escape
first run fixing addons
2017-06-30 16:23:28 +08:00
class
RemoveLogsTable
<
ActiveRecord
::
Migration
[
4
.
2
]
Remove logs table and old unused logging code [SCI-1127]
2017-03-30 17:47:57 +08:00
def
change
drop_table
:logs
end
end
Reference in a new issue
Copy permalink