File: upgrade_3.0rc1.sql

package info (click to toggle)
sitebar 3.3.8-7etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,168 kB
  • ctags: 3,234
  • sloc: php: 52,374; sql: 570; sh: 331; makefile: 35
file content (10 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
UPDATE `sitebar_link`
   SET `url`='http://brablc.com/'
 WHERE `url`='http://brablc.com';

UPDATE `sitebar_link`
   SET `favicon` = 'http://brablc.com/favicon.ico'
 WHERE `url`='http://brablc.com/';

UPDATE `sitebar_config`
   SET `release` = '3.0';