From e803239f44b43b2a425f47c1f1beb289be031f96 Mon Sep 17 00:00:00 2001 From: Cecil Hugh Watson Date: Thu, 24 Dec 2009 20:49:26 -0800 Subject: Added script to update schema to reflect changes in 0.22. --- abs/core-testing/linhes-scripts/PKGBUILD | 3 ++- .../linhes-scripts/update_schema_021_to_022.sh | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 abs/core-testing/linhes-scripts/update_schema_021_to_022.sh diff --git a/abs/core-testing/linhes-scripts/PKGBUILD b/abs/core-testing/linhes-scripts/PKGBUILD index 7dc200b..1da04cc 100644 --- a/abs/core-testing/linhes-scripts/PKGBUILD +++ b/abs/core-testing/linhes-scripts/PKGBUILD @@ -3,7 +3,7 @@ pkgname=linhes-scripts pkgver=1 -pkgrel=39 +pkgrel=40 pkgdesc="Various scripts that help to make LinHES, LinHES." arch=('i686' 'x86_64') license=('GPL2') @@ -33,6 +33,7 @@ linhes_update.sh linhes_update2.sh linhes_update3.sh install_hulu.sh +update_schema_021_to_022.sh ) build() { diff --git a/abs/core-testing/linhes-scripts/update_schema_021_to_022.sh b/abs/core-testing/linhes-scripts/update_schema_021_to_022.sh new file mode 100644 index 0000000..9ee3224 --- /dev/null +++ b/abs/core-testing/linhes-scripts/update_schema_021_to_022.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +mysql mythconverg <