From 79d8642d8d7f9ad5b613434814b2a703ac077173 Mon Sep 17 00:00:00 2001 From: Aaron L Date: Mon, 29 Aug 2016 22:58:39 -0700 Subject: [PATCH] Put setops into their final resting place. --- ...onship_to_one_setops.tpl => 08_relationship_to_one_setops.tpl} | 0 ...ship_to_many_setops.tpl => 09_relationship_to_many_setops.tpl} | 0 templates/{08_all.tpl => 10_all.tpl} | 0 templates/{09_find.tpl => 11_find.tpl} | 0 templates/{10_insert.tpl => 12_insert.tpl} | 0 templates/{11_update.tpl => 13_update.tpl} | 0 templates/{12_upsert.tpl => 14_upsert.tpl} | 0 templates/{13_delete.tpl => 15_delete.tpl} | 0 templates/{14_reload.tpl => 16_reload.tpl} | 0 templates/{15_exists.tpl => 17_exists.tpl} | 0 templates/{16_helpers.tpl => 18_helpers.tpl} | 0 templates/{17_auto_timestamps.tpl => 19_auto_timestamps.tpl} | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename templates/{relationship_to_one_setops.tpl => 08_relationship_to_one_setops.tpl} (100%) rename templates/{relationship_to_many_setops.tpl => 09_relationship_to_many_setops.tpl} (100%) rename templates/{08_all.tpl => 10_all.tpl} (100%) rename templates/{09_find.tpl => 11_find.tpl} (100%) rename templates/{10_insert.tpl => 12_insert.tpl} (100%) rename templates/{11_update.tpl => 13_update.tpl} (100%) rename templates/{12_upsert.tpl => 14_upsert.tpl} (100%) rename templates/{13_delete.tpl => 15_delete.tpl} (100%) rename templates/{14_reload.tpl => 16_reload.tpl} (100%) rename templates/{15_exists.tpl => 17_exists.tpl} (100%) rename templates/{16_helpers.tpl => 18_helpers.tpl} (100%) rename templates/{17_auto_timestamps.tpl => 19_auto_timestamps.tpl} (100%) diff --git a/templates/relationship_to_one_setops.tpl b/templates/08_relationship_to_one_setops.tpl similarity index 100% rename from templates/relationship_to_one_setops.tpl rename to templates/08_relationship_to_one_setops.tpl diff --git a/templates/relationship_to_many_setops.tpl b/templates/09_relationship_to_many_setops.tpl similarity index 100% rename from templates/relationship_to_many_setops.tpl rename to templates/09_relationship_to_many_setops.tpl diff --git a/templates/08_all.tpl b/templates/10_all.tpl similarity index 100% rename from templates/08_all.tpl rename to templates/10_all.tpl diff --git a/templates/09_find.tpl b/templates/11_find.tpl similarity index 100% rename from templates/09_find.tpl rename to templates/11_find.tpl diff --git a/templates/10_insert.tpl b/templates/12_insert.tpl similarity index 100% rename from templates/10_insert.tpl rename to templates/12_insert.tpl diff --git a/templates/11_update.tpl b/templates/13_update.tpl similarity index 100% rename from templates/11_update.tpl rename to templates/13_update.tpl diff --git a/templates/12_upsert.tpl b/templates/14_upsert.tpl similarity index 100% rename from templates/12_upsert.tpl rename to templates/14_upsert.tpl diff --git a/templates/13_delete.tpl b/templates/15_delete.tpl similarity index 100% rename from templates/13_delete.tpl rename to templates/15_delete.tpl diff --git a/templates/14_reload.tpl b/templates/16_reload.tpl similarity index 100% rename from templates/14_reload.tpl rename to templates/16_reload.tpl diff --git a/templates/15_exists.tpl b/templates/17_exists.tpl similarity index 100% rename from templates/15_exists.tpl rename to templates/17_exists.tpl diff --git a/templates/16_helpers.tpl b/templates/18_helpers.tpl similarity index 100% rename from templates/16_helpers.tpl rename to templates/18_helpers.tpl diff --git a/templates/17_auto_timestamps.tpl b/templates/19_auto_timestamps.tpl similarity index 100% rename from templates/17_auto_timestamps.tpl rename to templates/19_auto_timestamps.tpl