mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-28 19:24:10 +08:00
6 lines
92 B
Ruby
6 lines
92 B
Ruby
|
class RemoveLogsTable < ActiveRecord::Migration
|
||
|
def change
|
||
|
drop_table :logs
|
||
|
end
|
||
|
end
|