cv and coverletter
This commit is contained in:
@ -1,5 +0,0 @@
|
||||
# beveiler-init
|
||||
|
||||
## TODO
|
||||
- [ ] Write encoded messages to file
|
||||
- [ ] Chop file into chunks
|
@ -1,7 +0,0 @@
|
||||
# gitlab-env
|
||||
|
||||
TODO:
|
||||
- [ ] Refactor proto
|
||||
- [ ] Gitlab package in third_party
|
||||
- [ ] Real-time getting projects end environments
|
||||
- [ ]
|
30
vscode-notes/migrations.md
Normal file
30
vscode-notes/migrations.md
Normal file
@ -0,0 +1,30 @@
|
||||
# migrations
|
||||
|
||||
tables
|
||||
|
||||
actions_log
|
||||
|
||||
id
|
||||
action name
|
||||
action description
|
||||
action trigger
|
||||
|
||||
db_lock
|
||||
|
||||
db_name
|
||||
locked
|
||||
|
||||
|
||||
Once started applications send grpc message with the following information
|
||||
```
|
||||
appVersion
|
||||
databaseStructure[]
|
||||
maps
|
||||
```
|
||||
|
||||
|
||||
1. App stated and send message to migrator
|
||||
2. Migrator registered a new version in database actions_version and checks other versions
|
||||
3. Migrator checks db structure and triggers actions (actions are version based)
|
||||
4.
|
||||
|
Reference in New Issue
Block a user