diff options
| author | Marko Kreen | 2011-12-07 10:14:05 +0000 |
|---|---|---|
| committer | Marko Kreen | 2011-12-07 10:14:05 +0000 |
| commit | a42d5d52c867da8c19980e81deb23299bf7df920 (patch) | |
| tree | 8c021aca3b8cd57b80289c044a36f66e5d330c49 | |
| parent | 7f8aff741f196edb3f08f52690cc12f635e4525a (diff) | |
londiste.local_remove_table: clean table_attrs
Still no good idea what to do with dropped_ddl
| -rw-r--r-- | sql/londiste/functions/londiste.local_remove_table.sql | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sql/londiste/functions/londiste.local_remove_table.sql b/sql/londiste/functions/londiste.local_remove_table.sql index 30d02dbf..ac86566a 100644 --- a/sql/londiste/functions/londiste.local_remove_table.sql +++ b/sql/londiste/functions/londiste.local_remove_table.sql @@ -38,10 +38,7 @@ begin update londiste.table_info set local = false, custom_snapshot = null, - - ---- should we keep those? - -- skip_truncate = null, - -- table_attrs = null, + table_attrs = null, -- dropped_ddl = null, merge_state = null, dest_table = null |
