Ignore:
Timestamp:
02/05/26 17:53:32 (4 days ago)
Author:
Kris Deugau
Message:

/branches/cname-collision

Add test records and timestamp window adjustments for what should be the
last group of records for testing CNAME collisions
See #72, #88

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cname-collision/t/test-cname-timestamps.sql

    r1017 r1026  
    2828UPDATE records SET stamp = date_trunc('day', now() - interval '2 day') + '11:30' WHERE record_id = 87;
    2929UPDATE records SET stamp = date_trunc('day', now() + interval '5 day') + '11:30' WHERE record_id = 88;
     30
     31UPDATE records SET stamp = date_trunc('day', now() + interval '4 day') + '11:30' WHERE record_id = 96;
     32UPDATE records SET stamp = date_trunc('day', now() + interval '1 day') + '11:30' WHERE record_id = 97;
     33UPDATE records SET stamp = date_trunc('day', now() + interval '4 day') + '11:30' WHERE record_id = 98;
     34UPDATE records SET stamp = date_trunc('day', now() + interval '1 day') + '11:30' WHERE record_id = 99;
Note: See TracChangeset for help on using the changeset viewer.