This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# INSERT STATEMENTS FOR RESTAURANTS | |
# INSERT INTO restaurant VALUES (RID, NAME, STREET_ADDRESS, CITY, LOCATION, CUISINE, OID, OWNERNAME, OWNERPASSWORD) | |
INSERT INTO restaurant VALUES (100, 'Stackhouse Burger Bar', '1224 Granville Street', 'Vancouver', 'Granville', 'steakhouse', 1001, 'Stack Burger', 'sburgs1') | |
# INSERT STATEMENTS FOR EMPLOYEES | |
# INSERT STATEMENTS FOR ... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 173187af791ef1db3b431d9c4500050905b3da6d Mon Sep 17 00:00:00 2001 | |
From: jw <[email protected]> | |
Date: Tue, 24 Aug 2021 17:11:58 -0700 | |
Subject: [PATCH] censor clickhouse config password in diffs | |
--- | |
lib/ansible/plugins/callback/__init__.py | 3 +++ | |
1 file changed, 3 insertions(+) | |
diff --git a/lib/ansible/plugins/callback/__init__.py b/lib/ansible/plugins/callback/__init__.py |