Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:58:17

0001 --2023.04.01
0002 alter table health add column status INTEGER;
0003 alter table contents_update add column content_metadata VARCHAR(100);
0004 alter table contents_update add column fetch_status INTEGER DEFAULT 0;
0005 
0006 
0007 -- 2023.09.26
0008 -- update slac idds database, without updating the idds models
0009 alter table contents alter column name type varchar(8000);
0010 
0011 -- 2023.11.09
0012 -- update slac idds database, without updating the idds models
0013 alter table contents alter column name type varchar(40000);
0014 
0015 --2024.01.06
0016 alter table contents alter column content_metadata type VARCHAR(1000);
0017 alter table contents_update alter column content_metadata type VARCHAR(1000);
0018 
0019 -- 2025.04.14
0020 -- update slac idds database, without updating the idds models
0021 alter table contents alter column name type varchar(80000);