mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-19 11:29:39 +00:00
2 lines
54 B
SQL
2 lines
54 B
SQL
-- Create the 'store' database
|
|
CREATE DATABASE store;
|