[Typo3-dev] Extending "static" tables structure and content

Milosz Klosowicz typo3 at miklobit.com
Mon Sep 20 01:14:37 CEST 2004


Hi list

I have made small extension to add few extra fields to table "static_countries" and
fill it with data.
I put CREATE and UPDATE statements for my new fields into  file  "ext_tables_static+adt.sql".
But extension manager drop whole table and create new one with only my fields !
Update statements doesn't work too because of  missing oryginal fields.

When I try to split  "CREATE" part  into file "ext_tables.sql"   leaving "UPDATES" in file "ext_tables_static+adt.sql" , EM extend table structure with my fields but doesn't see  
the updates from file "ext_tables_static+adt.sql.

Any idea about this problem ?

- Milosz Klosowicz (miklobit)

-----------------------
The mailing list archive is found here:
http://typo3.org/documentation/mailing-lists/dev-list-archive/
				





More information about the TYPO3-dev mailing list