admin_bar_schema in core/modules/admin_bar/admin_bar.install
Implements hook_schema().
backdrop_install_schema in core/includes/common.inc
Creates all tables defined in a module's hook_schema().
backdrop_uninstall_schema in core/includes/common.inc
Removes all tables defined in a module's hook_schema().
comment_schema in core/modules/comment/comment.install
Implements hook_schema().
comment_update_1006 in core/modules/comment/comment.install
Creates the table to enable caching of Comment entities.
dblog_update_1000 in core/modules/dblog/dblog.install
Account for possible legacy systems where dblog was not installed.
drupal_get_schema_unprocessed in core/includes/drupal.inc
Returns the unprocessed and unaltered version of a module's schema.
entity_caching_test_schema in core/modules/entity/tests/entity_caching_test/entity_caching_test.install
Implements hook_schema().
field_schema in core/modules/field/field.install
Implements hook_schema().
file_schema in core/modules/file/file.install
Implements hook_schema().
file_update_1008 in core/modules/file/file.install
Creates the table to enable caching of Comment entities.
filter_schema in core/modules/filter/filter.install
Implements hook_schema().
layout_schema in core/modules/layout/layout.install
Implements hook_schema().
ModuleTestCase::assertModuleTablesDoNotExist in core/modules/system/tests/system.test
Assert that none of the tables defined in a module's hook_schema() exist.
ModuleTestCase::assertModuleTablesExist in core/modules/system/tests/system.test
Assert that all tables defined in a module's hook_schema() exist.
node_schema in core/modules/node/node.install
Implements hook_schema().
node_update_1021 in core/modules/node/node.install
Creates the table to enable caching of Nodes entities.
simpletest_clean_database in core/modules/simpletest/simpletest.module
Removed prefixed tables from the database that are left over from crashed tests.
system_update_1009 in core/modules/system/system.install
Enable Admin Menu module.
system_update_1025 in core/modules/system/system.install
Convert block positioning and configuration to the default layout.
system_update_1038 in core/modules/system/system.install
Upgrade or prepare for token module in core.
taxonomy_schema in core/modules/taxonomy/taxonomy.install
Implements hook_schema().
taxonomy_update_1008 in core/modules/taxonomy/taxonomy.install
Creates the table to enable caching of Taxonomy Term entities.
update_fix_requirements in core/includes/update.inc
Perform Drupal 7.x to Backdrop 1.x updates that are required for update.php to function properly.
update_schema in core/modules/update/update.install
Implements hook_schema().
user_schema in core/modules/user/user.install
Implements hook_schema().
user_update_1016 in core/modules/user/user.install
Creates the table to enable caching of User entities.
views_schema in core/modules/views/views.install
Implements hook_schema().