mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 03:26:50 +00:00
chore: move cypress-v2 to cypress
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -v
|
||||
|
||||
rm sakila.db
|
||||
sqlite3 sakila.db < ./sqlite-sakila-schema.sql
|
||||
sqlite3 sakila.db < ./sqlite-sakila-insert-data.sql
|
||||
Reference in New Issue
Block a user