mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 20:46:56 +00:00
cql: unlock ALTER TABLE syntax
It was marked experimental for 1.0, but will be fully supported in the next release. Message-Id: <1459707946-5860-1-git-send-email-avi@scylladb.com>
This commit is contained in:
@@ -83,8 +83,6 @@ static const sstring ALTER_TABLE_FEATURE = "ALTER TABLE";
|
||||
future<bool> alter_table_statement::announce_migration(distributed<service::storage_proxy>& proxy, bool is_local_only)
|
||||
{
|
||||
auto& db = proxy.local().get_db().local();
|
||||
db.get_config().check_experimental(ALTER_TABLE_FEATURE);
|
||||
|
||||
auto schema = validation::validate_column_family(db, keyspace(), column_family());
|
||||
auto cfm = schema_builder(schema);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user