diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-08-06 08:23:03 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-08-06 08:23:03 +0300 |
| commit | 002ca95dd63e65bf9c501198d8bb30c042a14a64 (patch) | |
| tree | 95a3443673b2cea254f3f6a9111a9886ac8bbf32 /Software/Visual_Studio/Notes | |
| parent | 81270330e2eb4ad78b037fa46139c5de1c7ece68 (diff) | |
| download | Tango-002ca95dd63e65bf9c501198d8bb30c042a14a64.tar.gz Tango-002ca95dd63e65bf9c501198d8bb30c042a14a64.zip | |
Added COLOR_CATALOG to BRUSH STOP.
Diffstat (limited to 'Software/Visual_Studio/Notes')
| -rw-r--r-- | Software/Visual_Studio/Notes/Tango.Notes/DB/DB Schema Change Log.txt | 4 | ||||
| -rw-r--r-- | Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Notes/Tango.Notes/DB/DB Schema Change Log.txt b/Software/Visual_Studio/Notes/Tango.Notes/DB/DB Schema Change Log.txt new file mode 100644 index 000000000..e1e64dc35 --- /dev/null +++ b/Software/Visual_Studio/Notes/Tango.Notes/DB/DB Schema Change Log.txt @@ -0,0 +1,4 @@ +## 8/6/2019 ## + +1. Added "COLOR_CATALOG_GUID" to "JOBS" table. +2. Added "COLOR_CATALOG_GUID" to "BRUSH_STOPS" table.
\ No newline at end of file diff --git a/Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj b/Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj index f4ded7695..e95fe1069 100644 --- a/Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj +++ b/Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj @@ -47,6 +47,7 @@ <Content Include="Azure\New Environment.txt" /> <Content Include="Azure\Test User Credentials.txt" /> <Content Include="Azure\SQL Database.txt" /> + <Content Include="DB\DB Schema Change Log.txt" /> <Content Include="DB\SQL Dependency.txt" /> <Content Include="PPC\Remote Debugging.txt" /> <Content Include="PPC\Virtual Flash Drive.txt" /> |
