Skip to content

Instantly share code, notes, and snippets.

@thestephenmarshall
Created June 16, 2017 15:43
Show Gist options
  • Save thestephenmarshall/e1435a76000247007da54fae2559277d to your computer and use it in GitHub Desktop.
Save thestephenmarshall/e1435a76000247007da54fae2559277d to your computer and use it in GitHub Desktop.
Structure.sql - diff master
diff --git a/components/nitro_component_transition/spec/dummy/db/structure.sql b/components/nitro_component_transition/spec/dummy/db/structure.sql
index 7e6c8478f5..3cbf5374f0 100644
--- a/components/nitro_component_transition/spec/dummy/db/structure.sql
+++ b/components/nitro_component_transition/spec/dummy/db/structure.sql
@@ -5104,7 +5104,6 @@ CREATE TABLE `nitro_component_transition_pto_hours` (
KEY `index_nitro_component_transition_pto_hours_on_user_id` (`user_id`),
KEY `index_nitro_component_transition_pto_hours_on_pay_period_id` (`pay_period_id`),
KEY `index_nitro_component_transition_pto_hours_on_created_by_id` (`created_by_id`)
-
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -5426,7 +5425,6 @@ CREATE TABLE `pending_changes` (
`created_by` int(11) DEFAULT NULL,
`change_for_product_name` varchar(255) DEFAULT NULL,
`product_id` int(11) DEFAULT NULL,
- `originally_created_by` int(11) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `index_pending_changes_on_changeable_type_and_changeable_id` (`changeable_type`,`changeable_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
@@ -14060,8 +14058,6 @@ INSERT INTO schema_migrations (version) VALUES ('20170524142536');
INSERT INTO schema_migrations (version) VALUES ('20170524173013');
-INSERT INTO schema_migrations (version) VALUES ('20170525133757');
-
INSERT INTO schema_migrations (version) VALUES ('20170525163304');
INSERT INTO schema_migrations (version) VALUES ('20170530014014');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment