# File lib/og/backends/psql.rb, line 338 def drop_table(klass) super exec "DROP SEQUENCE #{klass::DBSEQ}" end