Skip to content
Permalink

Comparing changes

Choose two branches to see whatโ€™s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dr5hn/countries-states-cities-database
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tigran90/countries-states-cities-database
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Donโ€™t worry, you can still create the pull request.
  • 3 commits
  • 46 files changed
  • 1 contributor

Commits on Jul 7, 2024

  1. rebuilt the project:

    added config, normal console.
    now if you run: php console you can see all the conads for generating files,
    for example php console export:export-json
    tigran90 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    8853e4f View commit details
    Browse the repository at this point in the history
  2. rebuilt the project:

    added config, normal console.
    now if you run: php console you can see all the conads for generating files,
    for example php console export:export-json
    tigran90 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    2b87645 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Add new migration mechanism

    php console manage:create
    php console manage:migrate
    
    add new column lauguage to countries
    tigran90 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6cacfec View commit details
    Browse the repository at this point in the history
Loading