This website works better with JavaScript.
Home
Help
Sign In
hms
/
rasoberry-noaa
mirror of
https://github.com/reynico/raspberry-noaa.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
move database schema to templates folder
tags/1.5
Nico Rey
4 years ago
parent
1519489c1f
commit
71043c5c73
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
migrate_data.sh
+0
-0
templates/webpanel_schema.sql
+ 1
- 1
migrate_data.sh
View File
@@ -23,7 +23,7 @@ DB_PATH="${NOAA_HOME}/panel.db"
# operations are done over the RAMFS
# partition
cd "${RAMFS_AUDIO}" || exit 1
sqlite3 < "${NOAA_HOME}/panel.sql"
sqlite3 < "${NOAA_HOME}/
templates/web
panel
_schema
.sql"
)
panel.sql → templates/webpanel_schema.sql
View File
Write
Preview
Loading…
Cancel
Save