mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-15 14:43:48 +00:00
2 lines
54 B
SQL
2 lines
54 B
SQL
-- Create the 'store' database
|
|
CREATE DATABASE store;
|