Add forgotten file
[?]
Jun 17, 2015, 7:39 PM
URHBNFTIOFYOE5UAFMF7IKNS5Y5GQ5HM4YDLO5A4BTQET2CD3AHQCDependencies
- [2]
D5QIOJGP* Move everything up one directory.
Change contents
- file addition: upgrade-33.sql[2.3004]
create table FailedPaths (path text primary key not null);create rule IdempotentInsert as on insert to FailedPathswhere exists (select 1 from FailedPaths where path = new.path)do instead nothing;