add directory for common assets

This commit is contained in:
2025-04-15 15:51:27 -04:00
parent c0a59bd30a
commit 911983d250
68 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
/*
Warnings:
- You are about to drop the column `mqtt_connection_state` on the `nodes` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE `nodes` DROP COLUMN `mqtt_connection_state`;