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