Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
retypos-server
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eterfund
retypos-server
Commits
c324b9de
Commit
c324b9de
authored
7 years ago
by
George Popoff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add patch sql file which adds context column
parent
c367f183
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
17.07.2017-addContext.sql
db/patches/17.07.2017-addContext.sql
+11
-0
typos.sql
db/typos.sql
+0
-0
No files found.
db/patches/17.07.2017-addContext.sql
0 → 100644
View file @
c324b9de
/**
* Author: jorgen
* Created: 17.07.2017
*/
/**
* Добавляет в таблицу сообщений еще одно поле: context, содержащее контекст, в котором была найдена ошибка
*/
ALTER
TABLE
`messages`
ADD
`context`
TEXT
NOT
NULL
AFTER
`text`
;
This diff is collapsed.
Click to expand it.
typos.sql
→
db/
typos.sql
View file @
c324b9de
File moved
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment