Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
matep
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Studentisches Projekt Linux Netzwerke
MatePay
matep
Merge requests
!1
New api
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
New api
new_api
into
main
Overview
0
Commits
18
Pipelines
0
Changes
13
Merged
Brahms
requested to merge
new_api
into
main
2 years ago
Overview
0
Commits
18
Pipelines
0
Changes
13
Expand
implemented the new api
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
f1e6f2a2
18 commits,
2 years ago
13 files
+
658
−
667
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
migrations/2022-07-28-130415_init/down.sql
0 → 100644
+
6
−
0
Options
-- This file should undo anything in `up.sql`
DROP
TABLE
accounts
;
DROP
TABLE
tokens
;
DROP
TABLE
items
;
DROP
TABLE
transactions
;
DROP
TABLE
transaction_items
;
Loading