Skip to content

Commit

Permalink
T-11 Fix README.MD title
Browse files Browse the repository at this point in the history
  • Loading branch information
mayer1a committed Aug 27, 2024
1 parent 68c4087 commit 51700d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_remote_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- feature/T-11_fix_readme

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

<br>

**MEOWLS Server** - это сервер, предназначенный для тестирования и разработки API приложения онлайн-магазина MEOWLS, специализирующегося на продаже товаров для животных.

**MEOWLS Server** - это сервер, предназначенный для разработки API приложения онлайн-магазина MEOWLS, специализирующегося на продаже товаров для животных.

## Содержание

Expand Down
2 changes: 0 additions & 2 deletions Sources/App/Configuration/configure.swift
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,7 @@ struct Configuration {

private static func addCartMigrations(for app: Application) {
app.migrations.add(CreateCart())

addOrderMigrations(for: app)

app.migrations.add([CreateCartItem(), CreateSummary(), CreateSummaryType(), CreateCartsPromoCodesPivot()])
}

Expand Down

0 comments on commit 51700d1

Please sign in to comment.