- BackdropWebTestCase::tearDown in core/
modules/ simpletest/ backdrop_web_test_case.php - Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
- backdrop_uninstall_schema in core/
includes/ common.inc - Removes all tables defined in a module's hook_schema().
- block_update_1002 in core/
modules/ block/ block.install - Remove the legacy block tables.
- block_update_1004 in core/
modules/ block/ block.install - Move individual blocks into config files.
- comment_update_1006 in core/
modules/ comment/ comment.install - Creates the table to enable caching of Comment entities.
- contact_update_1001 in core/
modules/ contact/ contact.install - Convert available database contact categories to configuration files.
- DatabaseExtraTypesTestCase::testDateField in core/
modules/ simpletest/ tests/ database_test.test - Test the date data type.
- DatabaseExtraTypesTestCase::testTimeField in core/
modules/ simpletest/ tests/ database_test.test - Test the time data type.
- DatabaseTestCase::installTables in core/
modules/ simpletest/ tests/ database_test.test - Set up several tables needed by a certain test.
- field_sql_storage_field_storage_purge_field in core/
modules/ field/ modules/ field_sql_storage/ field_sql_storage.module - Implements hook_field_storage_purge_field().
- field_sql_storage_field_storage_update_field in core/
modules/ field/ modules/ field_sql_storage/ field_sql_storage.module - Implements hook_field_storage_update_field().
- field_update_1000 in core/
modules/ field/ field.install - Convert fields to configuration files.
- file_update_1005 in core/
modules/ file/ file.install - Add the default file types and convert custom or modified file types from Drupal 7 file_entity.
- file_update_1006 in core/
modules/ file/ file.install - Add the default file display settings and convert saved file display settings from Drupal 7 file_entity.
- file_update_1008 in core/
modules/ file/ file.install - Creates the table to enable caching of Comment entities.
- filter_update_1000 in core/
modules/ filter/ filter.install - Convert filter formats to configuration.
- hook_field_storage_purge_field in core/
modules/ field/ field.api.php - Remove field storage information when a field record is purged.
- hook_field_storage_update_field in core/
modules/ field/ field.api.php - Update the storage information for a field.
- image_update_1002 in core/
modules/ image/ image.install - Drop image tables that were converted to configuration files.
- language_update_1002 in core/
modules/ language/ language.install - Convert the language database table to config.
- menu_update_1002 in core/
modules/ menu/ menu.install - Move individual menus into config files.
- node_update_1004 in core/
modules/ node/ node.install - Remove the block_node_type table, now stored in layout configuration files.
- node_update_1006 in core/
modules/ node/ node.install - Delete the node_type table after conversions to configuration files.
- node_update_1011 in core/
modules/ node/ node.install - Delete the node_type table if it still exists.
- node_update_1021 in core/
modules/ node/ node.install - Creates the table to enable caching of Nodes entities.
- SchemaTestCase::assertFieldAdditionRemoval in core/
modules/ simpletest/ tests/ schema.test - Assert that a given field can be added and removed from a table.
- SchemaTestCase::testSchema in core/
modules/ simpletest/ tests/ schema.test - simpletest_clean_database in core/
modules/ simpletest/ simpletest.module - Removed prefixed tables from the database that are left over from crashed tests.
- simpletest_clean_profile_cache_tables in core/
modules/ simpletest/ simpletest.module - Removes cached profile tables from the database.
- simpletest_update_1000 in core/
modules/ simpletest/ simpletest.install - Update the simpletest_test_id table to hold a list of active prefixes.
- system_update_1007 in core/
modules/ system/ system.install - Create the tempstore table and remove the cache_form table.
- system_update_1010 in core/
modules/ system/ system.install - Remove the registry and registry_file tables.
- system_update_1020 in core/
modules/ system/ system.install - Convert date settings to config.
- system_update_1031 in core/
modules/ system/ system.install - Drop the actions table, no longer used by Backdrop.
- taxonomy_update_1002 in core/
modules/ taxonomy/ taxonomy.install - Drop the old taxonomy vocabulary table.
- taxonomy_update_1005 in core/
modules/ taxonomy/ taxonomy.install - Drop the old taxonomy vocabulary table for existing Backdrop installations.
- taxonomy_update_1008 in core/
modules/ taxonomy/ taxonomy.install - Creates the table to enable caching of Taxonomy Term entities.
- user_update_1007 in core/
modules/ user/ user.install - Convert user roles to configuration files.
- user_update_1016 in core/
modules/ user/ user.install - Creates the table to enable caching of User entities.
- views_update_1002 in core/
modules/ views/ views.install - Drop Views tables that were converted to configuration files.