Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfenfen committed Mar 17, 2018
1 parent 6735b29 commit 2154bfd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ TK - explanation of keyerrors

#### Removing all rows

There's a sql script that will remove all entered rows from all return tables and reset the fields in filing as if they were new.
There's a [sql script](https://github.com/jsfenfen/990-xml-database/blob/master/irsdb/return/sql/delete_all_return.sql) that will remove all entered rows from all return tables and reset the fields in filing as if they were new.

If you want to live dangerously, you can run it from the console like this:

`$ python manage.py dbshell < ./return/sql/delete_all_return.sql`


#### Removing a subset of all rows
Expand Down

0 comments on commit 2154bfd

Please sign in to comment.