lib/knj/knjdb/revision.rb in knjrbfw-0.0.32 vs lib/knj/knjdb/revision.rb in knjrbfw-0.0.33

- old
+ new

@@ -215,10 +215,10 @@ index_obj.drop end end - self.rows_init("db" => db, "table" => table_obj, "rows" => table_data["rows"]) if table_data and table_data["rows"] + rows_init("db" => db, "table" => table_obj, "rows" => table_data["rows"]) if table_data and table_data["rows"] rescue Knj::Errors::NotFound => e if table_data["renames"] table_data["renames"].each do |table_name_rename| begin raise Knj::Errors::NotFound if !tables.key?(table_name) \ No newline at end of file