本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
hms
/
rasoberry-noaa
镜像来自
https://github.com/reynico/raspberry-noaa.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
8
Wiki
活動
瀏覽代碼
move database schema to templates folder
tags/1.5
Nico Rey
4 年之前
父節點
1519489c1f
當前提交
71043c5c73
共有
2 個檔案被更改
,包括
1 行新增
和
1 行删除
分割檢視
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
查看文件
@@ -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
查看文件
Write
Preview
Loading…
取消
儲存