4
0
Fork 0
mirror of https://github.com/rocky-linux/peridot.git synced 2025-01-09 18:40:56 +00:00
peridot/apollo/migrate/20220913121538_create_reboot_suggested_packages.up.sql

7 lines
137 B
MySQL
Raw Normal View History

2022-10-30 01:59:25 +00:00
create table reboot_suggested_packages
(
created_at timestamp default now() not null,
name text unique not null
)