Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Commit

Permalink
minor sql tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
unixfreak0037 committed Jan 24, 2020
1 parent a0f8d03 commit 05437b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.SQL
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ How to introduce MySQL schema changes.

The patches are applied in the order they appear in the patch.list file.
3) Update the database schema files in the repository by executing bin/dump-database-schema.

NOTES

Make sure you don't reference the database specifically in your SQL.
2 changes: 1 addition & 1 deletion updates/sql/ace/00003.sql
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ALTER TABLE `ace`.`malware_threat_mapping`
ALTER TABLE `malware_threat_mapping`
MODIFY `type` enum('UNKNOWN','KEYLOGGER','INFOSTEALER','DOWNLOADER','BOTNET','RAT','RANSOMWARE','ROOTKIT','FRAUD','CUSTOMER_THREAT') NOT NULL;

0 comments on commit 05437b9

Please sign in to comment.