From 34af4abfac6b68989ad8b90624c914e215da5be0 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Thu, 22 Oct 2020 23:36:45 -0400 Subject: [PATCH] format --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 3731c7e..f771b3e 100644 --- a/readme.md +++ b/readme.md @@ -3,6 +3,6 @@ the goal then is to break that back apart to whatever degree is necessary. * create a table fc.live as copied from target -* run `target_info.sql` to populate the `fc.target_meta` table that holds all the columns and their roles +* _**run**_ `target_info.sql` to populate the `fc.target_meta` table that holds all the columns and their roles * fill in flags on table `fc.target_meta` to show how the data is related -* run `build_master_tables.sql` to generate foreign key based master data +* _**run**_ `build_master_tables.sql` to generate foreign key based master data