pennylane-hq / activerecord-adapter-redshift

Other
6 stars 27 forks source link

Support the if_exists option to drop_table #32

Closed redterror closed 4 months ago

redterror commented 4 months ago

Title pretty much covers it - this adds IF EXISTS support via the standard rails argument to drop_table.

redterror commented 4 months ago

Why the extra white space before CASCADE?

Paste-o; fixed. :)