lars
committed
on 19 Sep 03
Make use of untrusted logins, closed accounts, and account verify
/upgrade/upgrade-4.6.1-4.7d1.sql (deleted)
1 1 -- Upgrade script
2 2 --
3 3 -- @author Lars Pind <lars@pinds.com>
4 4 -- @created 2003-01-27
5 5
6 6 insert into cr_mime_types(label, mime_type, file_extension) values ('Enhanced text', 'text/enhanced', 'etxt');
7 7 insert into cr_mime_types(label, mime_type, file_extension) values ('Fixed-width text', 'text/fixed-width', 'ftxt');