mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-22 00:08:30 +00:00
9 lines
179 B
Go
9 lines
179 B
Go
// Copyright 2023, Command Line Inc.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package db
|
|
|
|
import "embed"
|
|
|
|
//go:embed migrations-blockstore/*.sql
|
|
var BlockstoreMigrationFS embed.FS
|