mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00

If we're starting a new database, or one of the other applications (i.e. dependencies of the main layerindex application) has been upgraded, we need to be migrate all of the applications rather than just layerindex, so have migrate.sh do that. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
3 lines
53 B
Bash
Executable File
3 lines
53 B
Bash
Executable File
#!/bin/bash
|
|
python /opt/layerindex/manage.py migrate
|