Assuming when we create a new 'blank' content type seblod will generate a new table __cck_store_form_content-type-name in the database, is it safe to delete this table manually? I was creating a content type with a wrong name and decided to delete it, but when I delete the content type, the table for this content type is not automatically deleted from database.
First delete all fields created for this content type (from fields editor - don't delete fields like article title etc that are used in multiple ct) and content type itself from content types admin interface. Then I think it is safe to delete your table.
@klas Ah ok. Then how about checking others tables as mentioned by bucklash? If there's any relation available on those tables then they should be removed automatically when we removed the fields, right? Thanks!