Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Memri
POD
Merge requests
!254
WIP Update README.md
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Closed
wajahat Ch
requested to merge
wajahatch8/pod:merge_test
into
merge_test
3 years ago
Overview
0
Commits
2
Pipelines
4
Changes
2
0
0
Compare
merge_test
version 1
5acc7cbc
3 years ago
merge_test (base)
and
latest version
latest version
d8ac87b1
2 commits,
3 years ago
version 1
5acc7cbc
1 commit,
3 years ago
2 files
+
2
-
2
Expand all files
Preferences
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
Search (e.g. *.vue) (Ctrl+P)
.gitlab
-ci.yml
+1
-1
READ
ME.md
+1
-1
.gitlab-ci.yml
+
1
-
1
Options
View file @ d8ac87b1
Edit in single-file editor
Open in Web IDE
Show full file
@@ -28,7 +28,7 @@ stages:
test
:
stage
:
test
tags
:
-
internal-memri
-
memri-public-runner
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"
||
$CI_COMMIT_BRANCH
==
"dev"'
script
:
README.md
+
1
-
1
Options
View file @ d8ac87b1
Edit in single-file editor
Open in Web IDE
Show full file
@@ -84,4 +84,4 @@ sqlcipher -cmd "PRAGMA key = \"x'yourDatabaseKey'\";" data/db/*.db3
For example,
`.schema`
will display the current database schema.
If you want to fill the database with some example data, execute
`res/example_data.sql`
inside the database.
`res/example_data.sql`
inside the database.
.
Menu
Explore
Projects
Groups
Snippets