Skip to content

Commit 92ca509

Browse files
tobyhedeauxesis
andauthored
Update sql/README.md
Co-authored-by: Lindsay Holmwood <lindsay@cipherstash.com>
1 parent 7a473cd commit 92ca509

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sql/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33

44
- Never drop the configuration table as it may contain customer data and needs to live across EQL versions
5-
- Everything else should have a DROP IF EXISTS
6-
- Functions should be DROP and CREATE, instead of CREATE OR REPLACE
5+
- Everything else should have a `DROP IF EXISTS`
6+
- Functions should be `DROP` and `CREATE`, instead of `CREATE OR REPLACE`
77
- Data types cannot be changed once created, so dropping first is more flexible
8-
- Keep DROP and CREATE together in the code
8+
- Keep `DROP` and `CREATE` together in the code
99
- Types need to be dropped last, add to the `666-drop_types.sql`
1010

1111

0 commit comments

Comments
 (0)