From 4b7f5ae3bc70fdaece3cd8c48ac07475213f79fe Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 26 Mar 2013 23:07:35 +0000 Subject: [PATCH] Change tables to schemas to be a little more concise. --- app/{tables => schemas}/app_config.php | 0 app/{tables => schemas}/root.php | 0 app/{tables => schemas}/table_data_delete.php | 0 app/{tables => schemas}/table_data_edit.php | 0 app/{tables => schemas}/table_data_view.php | 0 app/{tables => schemas}/table_delete.php | 0 app/{tables => schemas}/table_edit.php | 0 app/{tables => schemas}/table_field_delete.php | 0 app/{tables => schemas}/table_field_edit.php | 0 app/{tables => schemas}/table_fields.php | 0 app/{tables => schemas}/table_import.php | 0 app/{tables => schemas}/table_name_value_delete.php | 0 app/{tables => schemas}/table_name_value_edit.php | 0 app/{tables => schemas}/table_name_values.php | 0 app/{tables => schemas}/tables.php | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename app/{tables => schemas}/app_config.php (100%) rename app/{tables => schemas}/root.php (100%) rename app/{tables => schemas}/table_data_delete.php (100%) rename app/{tables => schemas}/table_data_edit.php (100%) rename app/{tables => schemas}/table_data_view.php (100%) rename app/{tables => schemas}/table_delete.php (100%) rename app/{tables => schemas}/table_edit.php (100%) rename app/{tables => schemas}/table_field_delete.php (100%) rename app/{tables => schemas}/table_field_edit.php (100%) rename app/{tables => schemas}/table_fields.php (100%) rename app/{tables => schemas}/table_import.php (100%) rename app/{tables => schemas}/table_name_value_delete.php (100%) rename app/{tables => schemas}/table_name_value_edit.php (100%) rename app/{tables => schemas}/table_name_values.php (100%) rename app/{tables => schemas}/tables.php (100%) diff --git a/app/tables/app_config.php b/app/schemas/app_config.php similarity index 100% rename from app/tables/app_config.php rename to app/schemas/app_config.php diff --git a/app/tables/root.php b/app/schemas/root.php similarity index 100% rename from app/tables/root.php rename to app/schemas/root.php diff --git a/app/tables/table_data_delete.php b/app/schemas/table_data_delete.php similarity index 100% rename from app/tables/table_data_delete.php rename to app/schemas/table_data_delete.php diff --git a/app/tables/table_data_edit.php b/app/schemas/table_data_edit.php similarity index 100% rename from app/tables/table_data_edit.php rename to app/schemas/table_data_edit.php diff --git a/app/tables/table_data_view.php b/app/schemas/table_data_view.php similarity index 100% rename from app/tables/table_data_view.php rename to app/schemas/table_data_view.php diff --git a/app/tables/table_delete.php b/app/schemas/table_delete.php similarity index 100% rename from app/tables/table_delete.php rename to app/schemas/table_delete.php diff --git a/app/tables/table_edit.php b/app/schemas/table_edit.php similarity index 100% rename from app/tables/table_edit.php rename to app/schemas/table_edit.php diff --git a/app/tables/table_field_delete.php b/app/schemas/table_field_delete.php similarity index 100% rename from app/tables/table_field_delete.php rename to app/schemas/table_field_delete.php diff --git a/app/tables/table_field_edit.php b/app/schemas/table_field_edit.php similarity index 100% rename from app/tables/table_field_edit.php rename to app/schemas/table_field_edit.php diff --git a/app/tables/table_fields.php b/app/schemas/table_fields.php similarity index 100% rename from app/tables/table_fields.php rename to app/schemas/table_fields.php diff --git a/app/tables/table_import.php b/app/schemas/table_import.php similarity index 100% rename from app/tables/table_import.php rename to app/schemas/table_import.php diff --git a/app/tables/table_name_value_delete.php b/app/schemas/table_name_value_delete.php similarity index 100% rename from app/tables/table_name_value_delete.php rename to app/schemas/table_name_value_delete.php diff --git a/app/tables/table_name_value_edit.php b/app/schemas/table_name_value_edit.php similarity index 100% rename from app/tables/table_name_value_edit.php rename to app/schemas/table_name_value_edit.php diff --git a/app/tables/table_name_values.php b/app/schemas/table_name_values.php similarity index 100% rename from app/tables/table_name_values.php rename to app/schemas/table_name_values.php diff --git a/app/tables/tables.php b/app/schemas/tables.php similarity index 100% rename from app/tables/tables.php rename to app/schemas/tables.php